Okay, I tried the .zip installer and get the following error when trying 
to import:

Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pylab.py",
 
line 1, in <module>
     from matplotlib.pylab import *
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/pylab.py",
 
line 220, in <module>
     new_figure_manager, draw_if_interactive, show = pylab_setup()
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/backends/__init__.py",
 
line 23, in pylab_setup
     globals(),locals(),[backend_name])
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/backends/backend_wxagg.py",
 
line 19, in <module>
     import wx
ImportError: No module named wx

Seems to me that I need to either change some setting on the backend 
that is being used, or I need some additional package to make the 
install work.  Can some one point me in the right direction here?

Oh, and I tried downloading the .egg file to install, but for some 
reason my Mac wants to open the file with Excel, which is obviously 
wrong.  How exactly do you use a .egg file as a binary installer?
-- 

R. Padraic Springuel
Teaching Assistant
Department of Physics and Astronomy
University of Maine
Bennett 309
Office Hours: Wednesday 2-3pm

-------------------------------------------------------------------------
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