From: Michael D. <md...@st...> - 2007-07-05 18:17:32
|
Yes -- the global wxapp variable was removed (a very good thing). I just committed a patch to fix this crash (r3460) Cheers, Mike Christopher Barker wrote: > Eric Firing wrote: > >> I just updated from svn and tried to rerun the wx test, but ran into an >> error: >> >> efiring@manini:~/programs/py/mpl/tests$ python >> wxapp.Yield() >> NameError: global name 'wxapp' is not defined >> > > I think I just saw a note that Ken had committed a patch that a user had > provided that kept the wx back-end from re-starting an event loop if > there was one already running -- maybe that has something to do with > this bug? > > -Chris > > > > > |