Ned Deily wrote:
Looks like it was caused by a one-line patch that was just added to py2app. Try reverting it by changing line 911 of py2app-0.4.2-py2.6.egg/py2app/build_app.py from:

    pydir = 'python%d.%d'%(info['version'])

back to:

    pydir = 'python%d.%d'%(sys.version_info[:2])

yup -- that fixed it -- do you have SVN access to roll that back?

Thanks,

-CHB

PS: the printo100 app works fine for me (output to the console), as does my own app.


--
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