I'm trying to make a simple iconified Python launcher for a shell
script, and something I'm doing isn't working, despite having used
py2app successfully before. The target Python program
("my_program_wrapper.py") consists of this:
import os
import sys
os.environ["PYTHONPATH"] = ""
os.spawnv(os.P_
Replying to my own post: after sending this, I read the section in the
documentation about "alias mode". This seems to work fine, and
produces an app that is 50KB instead of nearly 9MB. Since I'm running
this script as part of a complicated build and installation process,
and the path to the inte