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
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to