Falling at the first hurdle

Member Site Forums PyRosetta PyRosetta – General Falling at the first hurdle

Viewing 1 reply thread
  • Author
    Posts
    • #420
      Anonymous

        Hi,
        I can’t even get the first part right!
        After sourcing the SetPyRosettaEnvironment.sh script and starting ipython, I try:
        from rosetta import *
        I get:
        ImportError Traceback (most recent call last)

        /home/parcej/ in ()

        /usr/local/PyRosetta-Release1.0-r33175.linux.32Bit/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

        /usr/local/PyRosetta-Release1.0-r33175.linux.32Bit/rosetta/utility/__init__.py in ()
        —-> 1 from _rosetta_utility import *

        ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory

        Can anyone explain why I am an idiot aand getting this?
        cheers
        David

      • #4323
        Anonymous

          Install Python 2.5. If you are using Ubuntu, or something similar, a quick dive into the Debian Package Manager will get you set up. Make sure that the defaults are set if your using something different. This should take care of the problem…..

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.