Hi Jeff,

Jeff Peery wrote:
> hello, I am having some difficulty. I just upgraded to matplotlib 0.9, 
> wxpython 2.7.2, and python 2.5. I have a wx application that uses 
> matplotlib wxagg backend and wxpython for the GUI, it was working 
> wonderfully unitl I upgraded now it crashes all the time and I can't 
> even debug it because python IDLE freezes up. should these versions 
> all be working together ok? or should I use an earlier version of 
> wxpython? thanks.
Matplotlib 0.9 is still build against wxPython 2.6 and it is using the 
Unicode build of it.

But I am surprised that you see crashes.  I did a little bit of testing 
with wxPython 2.8, Python 2.5 and matplotlib 0.9 using the examples for 
matplotlib and did not see hard crashes (see the thread on the 14th).

Do you get any log file, are you seeing the crash when your app is py2exe'd?

Aren't there some conflicts between IDLE and wxPython?

Werner

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to