Re: [Matplotlib-users] matplotlib and py2exe

2007-05-28 Thread rfv-370
I did reinstall my python with Python 2.5.1, Matplotlib 0.9, wxpython 2.8.4 and then it now works. Thanx Best Regards Robert rfv-370 wrote: > > I run on WinXP with > matplotlib 0.9.0 > python 2.4.3 (enthought edition) > wx.VERSION_STRING = 2.6.3.3 > > > rfv-370 wrote: >> >> Hello werner, >>

[Matplotlib-users] problem with contour3D

2007-05-28 Thread Johann Cohen-Tanugi
hello, the following script correctly plots the 2D exponential, but when I put my mouse on it, matplotlib sends this exception on the terminal : --- exceptions.RuntimeError Traceback (most recent

Re: [Matplotlib-users] matplotlib and py2exe

2007-05-28 Thread Werner F. Bruhin
Hi Robert, If your app is wxPython based then I would use the attached as a test case and not the simple_plot one. Then if you don't use wxPython Unicode 2.6.x then you need to follow Andrea's work around. matplotlib/backends/_wxagg.pyd to matplotlib/backends/_wxagg not used.pyd Hope th