Hi,
As I tried to explain in my pm ..
On Mac OSX you need to make sure that all pyw files actually launch in the Python Launcher.app.
To make any *.pyw program launch in the Python Launcher.app
**Single-click** on any .pyw file
Go to the Finder->Get Info menu which will open a window with info about that .pyw file.
In that window go to “Open With” then use the pull down menu.
If “Python Launcher.app” is listed, then choose it and hit the “Change ALL” button.
If it is not listed then choose:
“Other …”
It will open up a gui to allow you to select the app you want to open it with.
The use the windows to navigate to
“HD” (or whatever you call you main hard drive)
/System/Library/Frameworks/Python.framework/Versions/2.6/Resources
and then select “Python Launcher.app”
Then hit the Change All Button.
After that when double-clicking on a .pyw file, it should autolaunch via the Python Launcher.app and you will not need Terminal.app at all
|