Member Site › Forums › PyRosetta › PyRosetta – General › installing PyRosetta on non-Intel-based Mac platform
- This topic has 1 reply, 2 voices, and was last updated 15 years ago by Anonymous.
-
AuthorPosts
-
-
October 6, 2009 at 4:07 pm #361Anonymous
from tech support email:
I just started experimenting with PyRosetta on a G5 PPC machine running Mac OS X 10.5.8. However, I’m getting the following:
OSX> ipython.py
Leopard libedit detected.
Python 2.5.1 (r251:54863, Jun 17 2009, 20:37:34)
Type “copyright”, “credits” or “license” for more information.IPython 0.9.1 — An enhanced Interactive Python.
? -> Introduction and overview of IPython’s features.
%quickref -> Quick reference.
help -> Python’s own help system.
object? -> Details about ‘object’. ?object also works, ?? prints more.In [1]: from rosetta import *
ImportError Traceback (most recent call last)/usr/local/rosetta/work/pyrosetta/
in () /usr/local/rosetta/pyrosetta/pyrosetta-1.0/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/rosetta/pyrosetta/pyrosetta-1.0/rosetta/utility/__init__.py in
()
—-> 1 from _rosetta_utility import *ImportError: dlopen(/usr/local/rosetta/pyrosetta/pyrosetta-1.0/rosetta/utility/_rosetta_utility.so, 2): no suitable image found. Did find:
/usr/local/rosetta/pyrosetta/pyrosetta-1.0/rosetta/utility/_rosetta_utility.so: mach-o, but wrong architectureIn [2]: exit ()
Do you really want to exit ([y]/n)? y
OSX>…does this mean I need an Intel-based machine to run the package?
-
October 16, 2009 at 9:28 pm #4234Anonymous
(responses from the Tech Support email, from Sergey Lyskov)
Hi Luca,
> …does this mean I need an Intel-based machine to run the package?
– Yes, it has to be Intel based Mac, thats probably why you were getting all the errors.Sergey.
-
-
AuthorPosts
- You must be logged in to reply to this topic.