Reply To: undefined symbol: PyUnicodeUCS4_FromEncodedObject (from libboost_python-mt-py26.so.1.38.0)

Member Site Forums PyRosetta PyRosetta – General undefined symbol: PyUnicodeUCS4_FromEncodedObject (from libboost_python-mt-py26.so.1.38.0) Reply To: undefined symbol: PyUnicodeUCS4_FromEncodedObject (from libboost_python-mt-py26.so.1.38.0)

#4551
Anonymous

    > ImportError: /struct/software/linux/pyrosetta-1.1/rosetta/libboost_python-mt-py26.so.1.38.0: undefined symbol: PyUnicodeUCS4_FromEncodedObject %%%

    %%%

    __SOLVED__:

    A similar error for 32bit Python and UCS2
    is reported in [http://www.rosettacommons.org/node/1795PyUnicodeUCS2]. According to the hint given there I configured Python 2.6 with “–enable-unicode=ucs4” and recompiled.

    No error messages any more now.

    frank