Thank you!
The argv_emulation True flag was necessary to get by
an earlier bug in py2app, which has (I believe) since been fixed.
So i can set this flag to False, and continue (I hope).
Thanks again,
Mick
On Wed, May 23, 2012 at 9:00 PM, Kevin Walzer wrote:
> On 5/23/12 5:11 AM, Michael O'Do
On 5/23/12 5:11 AM, Michael O'Donnell wrote:
This makes an application, test.app, which, when double clicked,
brings up the application menubar, but no window. If I apple-tab
and then apple-tab again (to return to this app), the window appears.
I was able to reproduce the issue on my Lion syste
Dear all,
I use py2app to package my python 2.7.2 program into a distributable.
My previously working application seems not to work under MacOSX Lion,
windows (the root window, and Toplevel windows) until I use apple-tab
to cycle in and then back to the application.
I have seen numerous othe