This may be common information, but I had trouble finding it.
I was getting an ImportError whenever I tried to run a built app from
py2app.
It turns out that using py2app version "0.3.6", it was having trouble
with zipped egg installs.
I had to move my zipped egg file to a temporary location (fr
I have wxPython programs that work fine in Win2000/XP using os.exec().
They do not work in MS Vista. Has anyone else had any luck with
exec()?
I keep getting an 'invalid option' error.
It turn out it was really a security issue and I had to move to a
"win32process.CreateProcess" solution to fix