You are here

Architecture Problem

1 post / 0 new
Architecture Problem
#1

Hello,

I am currently trying to work with PyRosetta on my system:

Mac OS X 10.9.1 64 Bit

with Python 2.7.6 64 Bit

I've downloaded PyRosetta.MacOSX.Lion-r55641.64Bit and after decompressing the file, setting the PyRosetta Environment and opening Python, I run import rosetta and get the following error.

>>import rosetta
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/bin/rosetta/__init__.py", line 30, in <module>
import utility
File "/usr/bin/rosetta/utility/__init__.py", line 1, in <module>
from __utility_all_at_once_ import *
ImportError: dlopen(/usr/bin/rosetta/utility/__utility_all_at_once_.so, 2): no suitable image found. Did find:
/usr/bin/rosetta/utility/__utility_all_at_once_.so: mach-o, but wrong architecture

Thanks,

Justin

Category: 
Post Situation: 
Wed, 2014-06-04 13:30
jzabilansky