View Single Post
Old 11-05-2010, 08:50 PM   #73
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,939
Karma: 6361444
Join Date: Nov 2009
Device: many
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
KevinH is online now   Reply With Quote