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.
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to