[Matplotlib-users] wxmsw26uh_vc.dll again ?

2006-11-21 Thread Gary
I'm trying to upgrade things. Upon doing so, I find that pylab gives a warning about not finding wxmsw26uh_vc.dll A search suggested that I need the unicode version of wx. I installed that, but still get the same message. (Thinking I accidently installed the ansi version, I downloaded and in

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Christopher Barker
Werner F. Bruhin wrote: >> I hope not. I am guessing that wxPython is like the linux kernel, so >> 2.7 is a dev branch. > > Yes, 2.7 is a dev branch which normally lasts for quit some time, > however this time round they are hoping to move to 2.8 pretty quickly, I > believe before the end of th

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Etrade Griffiths
Charlie thanks for the tip - it worked a charm. Alun Griffiths - 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 Downl

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-05 Thread Werner F. Bruhin
Hi Charlie, Charlie Moad wrote: > ... > I hope not. I am guessing that wxPython is like the linux kernel, so > 2.7 is a dev branch. Yes, 2.7 is a dev branch which normally lasts for quit some time, however this time round they are hoping to move to 2.8 pretty quickly, I believe before the en

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Charlie Moad
On 11/4/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > > Hi Charlie, > > Charlie Moad wrote: > > Installing the unicode version of wxpython is the solution. This will > get rid of the error message. Matplotlib is compiled against it. > > Isn't this a maint headache for you and others maintai

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Werner F. Bruhin
Hi Charlie, Charlie Moad wrote: Installing the unicode version of wxpython is the solution. This will get rid of the error message. Matplotlib is compiled against it. Isn't this a maint headache for you and others maintaining matplotlib? Will there be wxPython 2.6, 2.7 and 2.8 builds

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Charlie Moad
Installing the unicode version of wxpython is the solution. This will get rid of the error message. Matplotlib is compiled against it. On 11/4/06, Etrade Griffiths <[EMAIL PROTECTED]> wrote: > Hi > > running Win XP, Python 2.4 with matlibplot and wxpython installed from > these executables both

[Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Etrade Griffiths
Hi running Win XP, Python 2.4 with matlibplot and wxpython installed from these executables both down-loaded from sourceforge matplotlib-0.87.7.win32-py2.4.exe wxPython2.6-win32-ansi-2.6.3.3-py24.exe Just taking the first steps with matplotlib and wxpython using wxmpl. Running one of the wxmp

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-09-18 Thread Daniel McQuillen
Hello Charlie, I tried the solution you suggested below to get py2exe working and get rid of the "no such file wxmsw26uh_vc.dll" message when trying to run the compiled .exe 1. I removed the _wxagg.pyd file from matplotlib/backends (although I was loathe to do so as my guess is that this will ma

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-08-10 Thread Daniel McQuillen
Werner, Thanks for your work in solving this problem. I'm experiencing the same trouble. I can compile to .exe if I exclude wxmsw26uh_vc.dll, but then when I run my final .exe, I get a error dialog popup and the program won't run. The dialog says "The procedure entry point [EMAIL PROTECTED]@@UBE

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
A little update. Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Hi, Charlie Moad wrote: > As you have found, the matplotlib binaries are built using the unicode > version of wxpython. If you are not using blitting, then you can just > go in any delete the "matplotlib/backends/_wxagg.so" (.pyd for > windows) file from the installed matplotlib module. Then the

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Charlie Moad
As you have found, the matplotlib binaries are built using the unicode version of wxpython. If you are not using blitting, then you can just go in any delete the "matplotlib/backends/_wxagg.so" (.pyd for windows) file from the installed matplotlib module. Then the pure-python wx backend will be u

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes trying out numpy

[Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Trying to py2exe the application I get an error no such file "wxmsw26uh_vc.dll". I am on: # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] # wxPython 2.6.3.2, Boa Constructor 0.4.4 Part of the changes I made inludes trying out numpy 0.8.9. What is this dll for and where s