Member Site Forums PyRosetta PyRosetta – Build/Install PyRosetta in Mac 64 bit Reply To: PyRosetta in Mac 64 bit

#4632
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’)