If you're trying to get ipythonx to work under Mac OS X 10.6 Snow Leopard you might get and error message like this:
ImportError: /System/Library/Frameworks/Python.framework/
Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/
_core_.so: no appropriate 64-bit architecture (see "man
python" for running in 32-bit mode)
Here's a couple of hints:
- Use standard ipython instead. Unless there was something I didn't catch, ipython seems to better than ipythonx.
- If you want to try anyway here's the easiest way I found:
In a terminal session:
-
export VERSIONER_PYTHON_PREFER_32_BIT=yes
python `which ipythonx`
No comments:
Post a Comment