On Fri, Mar 25, 2011 at 8:28 PM, Greg Ewing <[email protected]>wrote:

> Mark Melvin wrote:
>
>> I'm on Windows XP - 32-bit using the latest PyGUI.
>>
>
> How are you launching the app?
>
> If you're not doing so already, try running it with pythonw.exe
> rather than python.exe, or give it a .pyw extension and double
> click.
>
> --
> Greg
>
>
Hi Greg,

I was indeed launching as a console app, and I even had "console" in my
py2exe setup.  I've changed to using the 'windows' version of the launcher
and it seems to have fixed the issue of the GUI launching behind almost
every other window and being hidden from view entirely.  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.

I checked a py2exe'd app I wrote that uses wxPython, and it always pops up
on top when launched.  Could there be a small issue on Windows with this in
PyGUI?

Regards,
Mark.
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to