New: iPhone/iPad development course in Belgium in August.

1 Dec 2008

It appears that Python Launcher doesn't work under OS X Leopard.

Python Launcher is used to launch Python apps by double-clicking on them in the Finder, and is thus useful when testing GUI Python apps.

I wasted a bit of time trying to track down where exactly I had done something wrong in configuring my system so I hope this simple post keeps someone else from the same fate! :)

Based on the issue ticket at python.org, the bug appears to be fixed but I'm not sure which version it will be/was released in (I'm running Python 2.5.1 and experiencing the issue).

Related links:

Add Your Comment

Spam Protection by WP-SpamFree

Python Launcher doesn’t work with OS X Leopard

  1. Check the python-mac mailing list. This bug is mentioned a lot, and if I remember correctly, there is a solution.

    Alcides Fonseca
  2. I don’t know if this’ll help, but so long as your script-s shebanged, you can rename it to .command and it’ll basically run with a doubleclick

    Jafraldo