On Tue, Jun 14, 2011 at 7:16 AM, Greg Ewing <[email protected]>wrote:
> Mark Melvin wrote: > >> However, it still pops up behind the console window I launch it from, and >> the py2exe'd executable version of the application pops up behind the >> Windows Explorer window from which I launched it. >> > > After much uprooting of hair, I found out what was causing this. > It turns out to be a bizarre side effect of the support I put > in recently for printing, of all things! > > I'll be making a new release soon that incorporates a fix. > In the meantime, if you're not interested in printing, you > should be able to patch around it by commenting out the line > of Application.__init__ in GUI/Generic/GApplications.py > that looks like this: > > self.page_setup = PageSetup() > > > Hi Greg, Excellent. And guess what? That fixes my 30 second startup issue as well. It all makes sense now. We recently had a print server go down, and bringing up the printer dialog for my default network printer now takes....you guessed it - about 30 seconds! Thanks for the double fix! ;-) Mark.
_______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
