Thanks for the bugreport. I've fixed this on the trunk (in revision 70).

Ronald

On 4 Mar, 2008, at 9:26, brinick.simmons wrote:

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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to