Ok, I checked again what I did and what the situation on my system is, so I have to clarify my former post. Maybe it is possible with Apple's Python, but I didn't know how...
I have installed python_select from Macports, so with "python_select -l" now I can see what I have:
- Code: Select all
Available versions:
current none python26 python26-apple python27
That means my Apple Python is 2.6
When I switch to python26-apple and try to start rachel I get the following:
- Code: Select all
Traceback (most recent call last):
File "../rachel.2.0.4.beta/rachel.py", line 13, in <module>
import numpy
ImportError: No module named numpy
And then I tried to install the missing modules which are needed for rachel like numpy. But here I found several pages on the web where issues about 64bit/32bit difficulties were reported and some modules seem not to exist for Apple's Python, at least I didn't know how to get them, and in the end most help pages end up with telling you to forget Apple's Python and take the standard one and install it, e.g. with Macports. So this is what I did and worked for me, easy enough that I could handle it
So if there is anything I can check with my Apple Python 2.6 to find out if it's possible to use it, I would be happy to help...