[Grok-dev] Initializing an app and module structure
Reinout van Rees
reinout at vanrees.org
Tue Jan 20 06:49:07 EST 2009
Jeroen Michiel schreef:
> "c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg\setuptools\command\sdist.py",
> line 98, in entries_finder
> log.warn("unrecognized .svn/entries format in %s", dirname)
> NameError: global name 'log' is not defined
Ah, that's a setuptools problem in combination with a newer svn version
(1.4 or 1.5, I forgot the number).
If you upgrade setuptools to 0.6c9 (instead of 0.6rc8) you'll be fine.
Reinout
More information about the Grok-dev
mailing list