Hello,
have downloaded PyRosetta onto a machine with Ubuntu 8.04. Python 2.5 and/or 2.6 both configured with the enable shared flag. I tried the first line of the pyrosetta tutorial and I rec’d the following:
>>> from rosetta import *
Traceback (most recent call last):
File ““, line 1, in
File “rosetta/__init__.py”, line 11, in
import utility
File “rosetta/utility/__init__.py”, line 1, in
from __utility_all_at_once_ import *
ImportError: rosetta/libboost_python.so.1.42.0: undefined symbol: PyUnicodeUCS4_AsUTF8String
I have looked and also tried running the command with either python 2.5 or 2.6 either inside of ipython or out and get the same error. I am a big time novice with python and pyrosetta/rosetta and can’t find the answer anywhere I have looked. Help? Please…
Thanks in advance,
Judy