On Dec 28, 2004, at 12:05 PM, Kevin Dangoor wrote:

First of all, thanks for all of the work put into py2app! Hard to imagine how much time it would have taken me to figure out all of the various things that it does (particularly since I'm new to Mac development).

I was just going to rebuild an app and ran into this error:

 File "/purelib/py2app/py2app/util.py", line 203, in byte_compile
NameError: global name '_py_suffixes' is not defined

It was trying to byte compile a ".pyc" to a ".pyc"

I don't see _py_suffixes defined anywhere...

Thanks again for the cool tool

I have no idea. I'm not sure what version you are using, and svn trunk doesn't reference a "_py_suffixes" anywhere from any file. Try upgrading to svn trunk or wait for an 0.1.7 release later this week.


-bob

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

Reply via email to