[Pythonmac-SIG] py2app, svn 1.5 and macholib

Ronald Oussoren ronaldoussoren at mac.com
Tue Jul 15 11:06:03 CEST 2008


On 14 Jul, 2008, at 21:58, David A Krauth wrote:

> Upon a recent upgrade to Leopard, I was having significant  
> difficulties in producing a .app from py2app (wxPython-based), where  
> I had had no trouble previously.
>
> In the interim, I had upgraded from Tiger, and from the default  
> Apple build of 2.5.1 to MacPython 2.5.2.
>
> One of my stumbling blocks was when I received the following error:
>
>     global name 'log' is not define
>
> in setuputils/command/sdist.py:98 (setuptools-0.6c8-py2.5.egg), in  
> function entries_finder:
>
>         log.warn("unrecognized .svn/entries format in %s", dirname)
>
> It appears that:
>
> a) logging hasn't been properly imported
> b) that due to the recent changes in Subversion 1.5 metadata schema,  
> the "entries_find" can no longer yield a correct result

These are know issues in setuptools, both result from setuptools not  
supporting subversion 1.5 at all. They might be fixed in the trunk  
(that is 'easy_install setuptools==0.6dev').

For the record: the best list to discuss setuptools issues is the  
distutils-sig (distutils-sig at python.org).

Ronald


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20080715/46e28544/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/20080715/46e28544/attachment.bin>


More information about the Pythonmac-SIG mailing list