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
April 6, 2011 at 8:33 pm
#5294
Anonymous
Hi Tru,
From the logs that posted it looks like there is no iPython installed on your system. You can get iPython here: http://ipython.scipy.org/moin/
Also, it “python -c ‘import rosetta'” seems to executed without errors. So its look like it worked on your system. Have you tried using it? Try something like:
$ python
>>> import rosetta
>>> roosetta.init()