Wrong application name in menubar of OS X

Nick Craig-Wood nick at craig-wood.com
Mon Sep 15 06:36:59 EDT 2008


erikcw <erikwickstrom at gmail.com> wrote:
>  The menubar of OS X is showing the application name as Python instead
>  of the name of my wxpython gui app.  How do I make my application name
>  show-up in the menu bar?

The answer I got from the wxpython mac list recently was to package my
app with py2app first.  I tried this and it does work.  So your app
will be called "Python" during development, but once you have packaged
it it will get the correct name.

-- 
Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick



More information about the Python-list mailing list