[Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Paul Ray
Hi, A colleague of mine uses Python on Windows. When he upgraded to matplotlib 0.90 (from 0.82, I think) he started getting an import error when importing pylab. We tried many combinations and the only thing that fixed it was downgrading back to 0.82. We tried: python2.4 and python2.5

Re: [Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Werner F. Bruhin
Hi Paul, Paul Ray wrote: Hi, A colleague of mine uses Python on Windows. When he upgraded to matplotlib 0.90 (from 0.82, I think) he started getting an import error when importing pylab. We tried many combinations and the only thing that fixed it was downgrading back to 0.82. We

Re: [Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Paul Ray
On May 10, 2007, at 10:34 AM, Werner F. Bruhin wrote: What backend are you using? If you use wxPython then as of 0.87.? something you need to either use wxPython 2.6 Unicode or rename the following file: I'm not 100% sure. We certainly didn't intentionally use wxPython, since I don't

Re: [Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Werner F. Bruhin
Hi Paul, Paul Ray wrote: On May 10, 2007, at 10:34 AM, Werner F. Bruhin wrote: What backend are you using? If you use wxPython then as of 0.87.? something you need to either use wxPython 2.6 Unicode or rename the following file: I'm not 100% sure. We certainly didn't intentionally use

Re: [Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Paul Ray
On May 10, 2007, at 11:05 AM, Werner F. Bruhin wrote: Should you have a small matplotlib script which shows the problem I'll give it a try on my setup (XP or Vista with Python 2.5 and numpy. No need for a script. import pylab produces the error. If you are using Windows XP, Python 2.5,

Re: [Matplotlib-users] DLL not found when importing pylab on Windows

2007-05-10 Thread Werner F. Bruhin
Paul, Paul Ray wrote: On May 10, 2007, at 11:05 AM, Werner F. Bruhin wrote: Should you have a small matplotlib script which shows the problem I'll give it a try on my setup (XP or Vista with Python 2.5 and numpy. No need for a script. import pylab produces the error. No problem here with