Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-26 Thread Stan West
From: Werner F. Bruhin [mailto:werner.bru...@free.fr] Sent: Saturday, October 24, 2009 06:23 Installed Py 2.6.3 and I don't see the issue there, but not all libraries I use are on 2.6 yet. So, I thought lets install Python(x, y) and give this a try, but I can't find a Python 2.5.x

Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-26 Thread Stan West
From: Werner F. Bruhin [mailto:werner.bru...@free.fr] Sent: Saturday, October 24, 2009 09:03 I got it working by adding C:\Python25 to the path environment variable. Works but smells very much like a work around. I'm glad you got things working. For what it's worth, my path contains not

Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-24 Thread Werner F. Bruhin
Installed Py 2.6.3 and I don't see the issue there, but not all libraries I use are on 2.6 yet. So, I thought lets install Python(x, y) and give this a try, but I can't find a Python 2.5.x version of it - is this still available? Werner P.S. Will totally de-install 2.5 again and try once

Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-24 Thread Werner F. Bruhin
Deinstalled 2.5.4 and installed again, same issue. Deinstalled again and installed 2.5.2, both times I also deleted python25 folder. Running barchart_demo.py directly works (c:\python25\python.exe pathto\barchart_demo.py). Running it from within idle I get the same exception again: Traceback

Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-24 Thread Werner F. Bruhin
Werner F. Bruhin wrote: Installed Py 2.6.3 and I don't see the issue there, but not all libraries I use are on 2.6 yet. So, I thought lets install Python(x, y) and give this a try, but I can't find a Python 2.5.x version of it - is this still available? Werner P.S. Will totally

[Matplotlib-users] Py2.5.4 on Win7

2009-10-23 Thread Werner F. Bruhin
I am just installing Windows 7 Pro and I am running into a problem with matplotlib. When running e.g. barchart_demo.py I get an error that it can not find msvcp71.dll (the dll is in C:\Python25) and I see the following exception. Traceback (most recent call last): File barchart_demo.py, line

Re: [Matplotlib-users] Py2.5.4 on Win7

2009-10-23 Thread Stan West
From: Werner F. Bruhin [mailto:werner.bru...@free.fr] Sent: Friday, October 23, 2009 07:31 I am just installing Windows 7 Pro and I am running into a problem with matplotlib. When running e.g. barchart_demo.py I get an error that it can not find msvcp71.dll (the dll is in C:\Python25)