I got it working by creating a symbolic link to the Python interpreter to
be used in my application package and using this symbolic link to start
the main Python script.
Gregory Ewing wrote:
> Detlev Offenbach wrote:
>> I am fairly new to Mac OS X and would like to know, what I have to do
>> t
Detlev Offenbach wrote:
I am fairly new to Mac OS X and would like to know, what I have to do to
make my Python application show the correct name in the menu bar. What
did I do so far. I created an application package containing the .plist
file with correct entries and a shell script, that star
Hello,
I am fairly new to Mac OS X and would like to know, what I have to do to
make my Python application show the correct name in the menu bar. What
did I do so far. I created an application package containing the .plist
file with correct entries and a shell script, that starts the correct
P