I have been using Enthought to use the scipy/numpy/matplotlib. But it
is compiled as 32 bit for the Mac. Someone suggested I use Sage from
the command line as it is compiled 64-bit for the Mac.
I am running it as:
env PYTHONPATH=$PYTHONPATH:/Applications/sage/local/lib/python2.6/site-
packages DYLD_LIBRARY_PATH=/Applications/sage/local/lib:
$DYLD_LIBRARY_PATH PATH=/Applications/sage/local/bin:$PATH local/bin/
ipython
This gives me a prompt (and is 64 bit), but I can't do any plotting
via matplotlib. The error is:
ImportError: cannot import name _macosx
WARNING: Loading of matplotlib.pylab failed.
The backend_macosx.py exists but _macosx.{py,pyc,so} do not exist.
Any idea how I could get this going?
Thanks...
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---