Wrong application name in menubar of OS X

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • erikcw

    Wrong application name in menubar of OS X

    Hi,

    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?

    Thanks!
    Erik
  • Nick Craig-Wood

    #2
    Re: Wrong application name in menubar of OS X

    erikcw <erikwickstrom@ gmail.comwrote:
    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@craig-wood.com-- http://www.craig-wood.com/nick

    Comment

    Working...