You are here

ImportError PyUnicodeUCS2

1 post / 0 new
ImportError PyUnicodeUCS2
#1

I installed pyrosetta.v1.1 for Linux 32-bit in my laptop 32-bit, after installation I tried to import from rosetta but I received a note ImportError rosetta/libboost_python-gcc34-mt-1_38.so.1.38.0 undefined symbol PyUnicodeUCS2_AsWideChar.
The pyrosetta was installed in the lab's computer 64-bit and it's all ok, without this message of the ImportError.

-----------------------------------------------------

I solved this problem using the command --enable-unicode=ucs2 in the installation of the Python, and now the pyrosetta 32-bit it's OK too.

Thanks...

...BUT now I receive two new Warnings from pyrosetta:

WARNING Readline services not available on this platform.
WARNING The auto-indent feature requires the readline library Python 2.5.5

Wed, 2010-02-17 07:29
nunesjulioc