I have built matplotlib from svn this morning (trunk), which was  
successful, but when I go to import anything, it fails:

 >>> import pylab
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/pylab.py", line 1, in ?
     from matplotlib.pylab import *
ImportError: No module named matplotlib.pylab
 >>> import matplotlib
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
ImportError: No module named matplotlib

However, when I look in my site-packages directory, matplotlib is  
clearly there:

Osoyoos:~ chris$ ls /Library/Frameworks/Python.framework/Versions/2.4/ 
lib/python2.4/site-packages
README                                  modulegraph-0.7-py2.4.egg
activestate.py                          numpy
altgraph-0.6.7-py2.4.egg                numpy-1.0rc1.dev3136- 
py2.4.egg-info
bdist_mpkg-0.4.2-py2.4.egg              py2app-0.3.4-py2.4.egg
easy-install.pth                        pylab.py
macholib-1.1-py2.4.egg                  pylab.pyc
matplotlib                              pylab.pyo
matplotlib-0.87.5_r2761-py2.4-nspkg.pth setuptools-0.6c2-py2.4.egg
matplotlib-0.87.5_r2761-py2.4.egg-info  setuptools.pth

I'm running on OS X using Python 2.4.3.

Any ideas? Thanks.

--
Christopher Fonnesbeck
+ Atlanta, GA
+ fonnesbeck at mac.com
+ Contact me on AOL IM using email address



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to