You are here

installing PyRosetta on non-Intel-based Mac platform

2 posts / 0 new
Last post
installing PyRosetta on non-Intel-based Mac platform
#1

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 architecture

In [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?

Tue, 2009-10-06 09:07
sid

(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.

Fri, 2009-10-16 14:28
JeffreyGray