jcarnes schrieb:
> I am writing a GUI application in wxPython and using MPL that plots figures,
> saves them to image files, and then closes them all from within a thread to
> keep the GUI responsive. Using the Enthought 2.3 install I would
> sporatically have crashes that were hard to reproduce, b
On dimanche 05 octobre 2008, jcarnes wrote:
> I am writing a GUI application in wxPython and using MPL that plots
> figures, saves them to image files, and then closes them all from within a
> thread to keep the GUI responsive.
Normally only the main thread should alter the graphics - you'll ha
I am writing a GUI application in wxPython and using MPL that plots figures,
saves them to image files, and then closes them all from within a thread to
keep the GUI responsive. Using the Enthought 2.3 install I would
sporatically have crashes that were hard to reproduce, but now that I've
upgrade