I have successfully built and installed matplotlib 0.87.5 on OS X  
10.4, and both the pylab files and the matplotlib directory are in my  
site-packages folder. However, when I try to import matplotlib,  
nothing happens:

ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on
Python 2.4.3 (#1, Apr  3 2006, 18:07:14)
[GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import matplotlib
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
ImportError: No module named matplotlib
 >>> 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

This does not occur with matplotlib from cvs, nor with previous  
versions of matplotlib. What could be the problem here?

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



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to