[Pygui] Solved: Window Always Starts Behind Others
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Jun 14 13:16:47 CEST 2011
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()
--
Greg
More information about the Pygui
mailing list