-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vicent Mas wrote: > Hello, > I've a pyqt application that runs fine in Linux and Windows but not in > Mac OS X. The following problems appear in the Application menu of the > menu bar: > > - the name of the application menu is Python instead of the name of my > application. Is it possible to fix this problem?. I've googled with no > luck. > - I've inserted the Quit menu item and the About menu item via > QAction().add() using translated strings '&Quit MyApp' and '&About > MyApp'. It works for the About menu item (I see About MyApp in the > application menu) but not for the Quit menu item (I see Quit Python in > the application menu). Any clue? > > Thanks for your help. > > PS: I'm running latest versions of qt-mac, qscintilla, sip and pyqt. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
Use py2app to wrap your application inside an application bundle. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFDmcadJmdQs+6YVcoRAmV8AJ0WR+MDsKkxjrWQFvNgeR4EZ8M7yACfT/gc 7uEN3zQ9oTIsEEesIhFGO6g= =op0C -----END PGP SIGNATURE----- _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
