Architecture question

Member Site Forums PyRosetta PyRosetta – General Architecture question

Viewing 0 reply threads
  • Author
    Posts
    • #499
      Anonymous

        Hello,

        I desperately want to implement pyrosetta on every system I have. When I import rosetta from ipython.py I get this message:

        In [1]: from rosetta import *


        ImportError Traceback (most recent call last)

        /Users/jordanwillis/PyRosetta-Release1.1-r34960.darwin.32Bit/ in ()

        /Users/jordanwillis/PyRosetta-Release1.1-r34960.darwin.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

        /Users/jordanwillis/PyRosetta-Release1.1-r34960.darwin.32Bit/rosetta/utility/__init__.py in ()
        —-> 1 from _rosetta_utility_000 import *

        ImportError: dlopen(rosetta/utility/_rosetta_utility_000.so, 2): no suitable image found. Did find:
        rosetta/utility/_rosetta_utility_000.so: mach-o, but wrong architecture

        I know it says pyrosetta is implemented for mac osx 10.5 but has does it work for 10.6? Also I have a rosetta commons user name and I am still not allowed to check out code for pyrosetta. I see that it is coming from the Gray lab and I’m wondering if their list of commons users has not been recently updated (as I’m a relatively new user). Also, if I ever do get this source code, is there an convenient xcode template as there is in the mini/ide directory for regular rosetta.

        Thanks for your help,
        Jordan

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.