Just installed matplotlib, it doesn't plot the basic plot.py:

from pylab import *
plot([1,2,3])
show()

Here's the results:

C:\Projects\Python>python simple-plot.py --verbose-helpful
$HOME=X:\
CONFIGDIR=X:\.matplotlib
matplotlib data path C:\Python25\lib\site-packages\matplotlib\mpl-data
loaded rc file C:\Python25\lib\site-packages\matplotlib\mpl-data\matplotlibrc
matplotlib version 0.98.3
verbose.level helpful
interactive is False
units is False
platform is win32

I also get a popup window with this text:

"This application has failed to start because MSVCP71.dll was not found.
Re-installing the application may fix this problem."

As far as I can tell, this is a Visual C++ library from .NET 2003.

My laptop is running Windows 2008 (64-bit) with the .NET 3.0 framework.

I have already removed site-packages/matplotlib and reinstalled, with
the same results.

Let me know if I should be reporting anything else not listed on:

http://matplotlib.sourceforge.net/faq.html

Thanks!

Adam
-- 
"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to