Re: [Matplotlib-users] MatPlotLib won't plot

2008-08-10 Thread Adam Getchell
On Sun, Aug 10, 2008 at 7:29 AM, Charlie Moad > Can you search your system and see if you have that dll installed somewhere. > Most likely you will. If you find it, go to the command prompt and change > to the directory where the dll is. Then run this command: > Regsvr32 msvcp71.dll Thanks for

Re: [Matplotlib-users] MatPlotLib won't plot

2008-08-10 Thread Matthieu Brucher
What is surprising is that this is the library Python uses, so it must be located at c:\pythonXXX. This path should be in the PATH variable. So the system finds the library, but not python ?? Matthieu 2008/8/10 Adam Getchell <[EMAIL PROTECTED]>: > Just installed matplotlib, it doesn't plot the b

Re: [Matplotlib-users] MatPlotLib won't plot

2008-08-10 Thread Charlie Moad
Can you search your system and see if you have that dll installed somewhere. Most likely you will. If you find it, go to the command prompt and change to the directory where the dll is. Then run this command: Regsvr32 msvcp71.dll (I don't know if your 64-bit machine uses the command Regsvr64, s

[Matplotlib-users] MatPlotLib won't plot

2008-08-09 Thread Adam Getchell
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 r