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 used instead, and it should work fine
with both versions of wx.

- Charlie

On 7/6/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
> 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 0.8.9.
> >
> > What is this dll for and where should it be?  The name looks like it is
> > part of wxWidget but I can't seem to find it.
>
> Googling on it I found that it is included with wxPython Unicode.
>
> What is needed to tell matplotlib not to use Unicode?  Is this still
> possible with 0.87?
>
> Werner
>
> >
> >
> > Werner
> >
> >
> > 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
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> 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
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

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
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to