[Pythonmac-SIG] py2app: typo in build_app.py?

brinick.simmons brinick.simmons at gmail.com
Tue Mar 4 09:26:53 CET 2008


Hello,

I'm using py2app for my project and have come across what appears to  
my newbie eyes
to be a typo in version 0.3.6, but also in the trunk:

http://svn.pythonmac.org/py2app/py2app/trunk/py2app/build_app.py

In initialize_plist I found:

if not os.path.exists(iconfile):
                 raise DistutilsOptionError("icon file must exist: %r"
                     % (self.icon,))

where it would seem that self.icon is inexistant. When I modified
my local installation from self.icon to iconfile then things worked OK
(i.e. the script correctly complained about my missing icon file  
rather than
collapsing in a heap).

Regards,
Brinick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20080304/63d88b18/attachment.htm 


More information about the Pythonmac-SIG mailing list