I’ve been trying to install PyRosetta on my 64-bit Mac running Snow Leopard (10.6). I’m using the macports version of python (2.6.7) because that version is required for scipy and matplotlib. However, the pre-combiled binaries for PyRosetta do not work for this version of python. I get this error:
Fatal Python error: Interpreter not initialized (version mismatch?)
So instead I tried installing Rosetta by source, which worked fine. But when I try to build PyRosetta, running the BuildBindings.py script, I get the attached errors. I’m not sure, but perhaps there is some macro that’s redefined in PyRosetta that’s already defined in my version of boost? Note that I do have the python bindings of boost installed.
Thanks for your help.