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 ([EMAIL PROTECTED]).

Ronald


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