On Sun, Sep 21, 2008 at 19:56, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
>> http://bugs.python.org/setuptools/
>
> And how do people manage to know that?
Bugtracker send emails on setuptools mailing list.
--
Seb
--
http://mail.python.org/mailman/listinfo/python-list
En Sun, 21 Sep 2008 06:46:54 -0300, Sebastien Douche <[EMAIL PROTECTED]>
escribió:
2008/9/20 Carl Banks <[EMAIL PROTECTED]>:
On Sep 20, 1:11 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
为爱而生 wrote:
> File
"/usr/lib/python2.5/site-packages/setuptools/command/sdist.py",
> line 98, in entr
2008/9/20 Carl Banks <[EMAIL PROTECTED]>:
> On Sep 20, 1:11 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>> 为爱而生 wrote:
>> > File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py",
>> > line 98, in entries_finder
>> > log.warn("unrecognized .svn/entries format in %s", dirname)
>>
On Sep 20, 1:11 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> 为爱而生 wrote:
> > File "/usr/lib/python2.5/site-packages/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
>
为爱而生 wrote:
File "/usr/lib/python2.5/site-packages/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
global name 'log' is not defined to the line 98!!!
please report bugs here
Traceback (most recent call last):
File "setup.py", line 176, in
main()
File "setup.py", line 172, in main
setup(**args)
File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands