On wxMac, the application name as displayed in the Mac menu is
always "Python" and the icon is a picture of a purple weight
that says "16 ton". How do I set these?
···
--
Paul
On wxMac, the application name as displayed in the Mac menu is
always "Python" and the icon is a picture of a purple weight
that says "16 ton". How do I set these?
--
Paul
Nathan R. Yergler writes:
You'll need to build a Bundle (stand-alone or otherwise).
Check out
FrontPage - Python Wiki for more
information on creating a bundle creation script. The
advantage of bundles is that they can be self-contained,
which makes re-distributing your app much easier.
Okay thanks. After I posted my question, I was thinking this may
be the case. So there's no way to specify that from wx, huh
(wx.GetApp().SetAppName)? The app I'm building is accessible
via my Subversion repository, and some users won't download the
bundle but just run directly after doing an update using
pythonw.
--
Paul