hari jayaram wrote:
My printto100.app ( hello world app) does output the numbers to
console, so it works fine

what is in:

printo100.app/Contents/MacOS/

is should have:

$ ls -l printo100.app/Contents/MacOS/
total 264
-rwxr-xr-x   1 cbarker  cbarker  100276 Oct  8 12:38 printo100
-rwxr-xr-x   1 cbarker  cbarker   30028 Oct  8 12:38 python

In your broken app before, "python" was a link to a system python, rather that a file -- I think that may be your problem. It may not manifest itself in the simple case, as there isn't as much to find, and the system stuff is there, if it's looking there.

Sorry for such slow debugging -- I've never dug into the py2app code, only used it!

-Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to