Reply To: CentOS-5 x86_64 python 2.6.6 (self compiled –enable-unicode=ucs4 –enable-shared –enable-threads) issue with 1.1/2.0

Member Site Forums PyRosetta PyRosetta – Build/Install CentOS-5 x86_64 python 2.6.6 (self compiled –enable-unicode=ucs4 –enable-shared –enable-threads) issue with 1.1/2.0 Reply To: CentOS-5 x86_64 python 2.6.6 (self compiled –enable-unicode=ucs4 –enable-shared –enable-threads) issue with 1.1/2.0

#5322
Anonymous

    still not good for pyrosetta-1.1:

    [tru@liberte ~]$ iPyRosetta
    /c5/shared/pyrosetta/PyRosetta-Release1.1-r34968.linux.64Bit/IPython/Magic.py:38: DeprecationWarning: the sets module is deprecated
    from sets import Set
    Python 2.6.6 (r266:84292, Apr 6 2011, 19:50:10)
    Type "copyright", "credits" or "license" for more information.

    IPython 0.9.1 -- An enhanced Interactive Python.
    ? -> Introduction and overview of IPython's features.
    %quickref -> Quick reference.
    help -> Python's own help system.
    object? -> Details about 'object'. ?object also works, ?? prints more.

    In [1]: import rosetta


    ImportError Traceback (most recent call last)

    /Bis/home/tru/ in ()

    /c5/shared/pyrosetta/PyRosetta-Release1.1-r34968.linux.64Bit/rosetta/__init__.py in ()
    12 warnings.filterwarnings("ignore", "to-Python converter for .+ already registered; second conversion method ignored.", RuntimeWarning, "^rosetta\.")
    13
    ---> 14 import utility, core
    15
    16 import rosetta.utility

    /c5/shared/pyrosetta/PyRosetta-Release1.1-r34968.linux.64Bit/rosetta/utility/__init__.py in ()
    ----> 1 from _rosetta_utility_000 import *
    2 from _rosetta_utility_001 import *

    ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /c5/shared/pyrosetta/PyRosetta-Release1.1-r34968.linux.64Bit/rosetta/libmini.so)