Member Site › Forums › PyRosetta › PyRosetta – Build/Install › PyRosetta in Mac 64 bit › Reply To: PyRosetta in Mac 64 bit
September 22, 2010 at 2:09 am
#4631
Anonymous
Hey, your problem is you are using the 32bit package that comes out the latest release. Rosetta 2.5 can either use 32bit interpreter or a 64bit, by default it is the 64 bit. On your command line type:
$defaults write com.apple.versioner.python Version 2.5
execute:
$usr/bin/python2.5
>>> import platform
>>>platform.architecture()
(’32bit’)