[Pythonmac-SIG] py2app: typo in build_app.py?
Ronald Oussoren
ronaldoussoren at mac.com
Tue Mar 4 12:26:00 CET 2008
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 at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20080304/e40db1ca/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20080304/e40db1ca/attachment.bin
More information about the Pythonmac-SIG
mailing list