On Wed, Jun 18, 2008 at 08:20:30PM -0400, Ryan May wrote: > > The solution is to have pylab use the Wx event loop. You can do this by > > doing (before importing pylab): > > """ > > import matplotlib > > matplotlib.use('WxAdd') > ^^^ > You mean: > matplotlib.use('WxAgg') Indeed, Thank you Ryan.