David Cortesi píše v Út 11. 10. 2011 v 17:59 -0700:
> 3) Not so good, when I use a spec WITH the BUNDLE request it builds an
> app bundle (with qt_menu.nib in it, hurrah!), but alas, this app does
> not run properly: It creates its window and the window responds to
> mouse clicks, but there are no menus. The Mac OS Menu bar which should
> show the app's name and its menus, has instead the app name and menus
> of the preceding app, e.g. Finder, and the finder's menus. Or Terminal
> or whatever other app was last in front. Without menus it cannot do
> File Open or File Quit  or any menu command, and will not terminate
> (command-Q goes to the OTHER app whose name is in the menu bar!) So
> you go to the Activity Monitor and find its process name and kill
> that.

did you use the option --windowed when creating your executable?

This option is mandatory when creating windowed applications.

It seems like for the imagechanger you didn't use this option. Could you
please try again with this option and report back if the app bundle
works?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to pyinstaller@googlegroups.com.
To unsubscribe from this group, send email to 
pyinstaller+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to