On Wed, Sep 24, 2008 at 8:50 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote:
> Hello,
> I just upgraded my system to latest debian unstable and it seems as
> the setuptools and my paster created project doesn't want to install
> anymore:
>
> python setup.py develop
>
>
> running egg_info
> writing requirements to HarvestMan.egg-info/requires.txt
> writing HarvestMan.egg-info/PKG-INFO
> writing top-level names to HarvestMan.egg-info/top_level.txt
> writing dependency_links to HarvestMan.egg-info/dependency_links.txt
> writing entry points to HarvestMan.egg-info/entry_points.txt
> Traceback (most recent call last):
>  File "setup.py", line 56, in <module>
>    """,
>  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
>    self.run_command(cmd)
>  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
>    cmd_obj.run()
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/develop.py",
> line 27, in run
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/develop.py",
> line 85, in install_for_development
>  File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
>    self.distribution.run_command(command)
>  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
>    cmd_obj.run()
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
> line 171, in run
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
> line 252, in find_sources
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
> line 306, in run
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
> line 333, in add_defaults
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
> line 45, in walk_revctrl
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
> line 52, in _default_revctrl
>  File 
> "/home/lucas/tmp/harv1/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
> line 98, in entries_finder
> NameError: global name 'log' is not defined
>
> Any idea how to fix this?
>
sorry for the noise./.

just did easy_install -U setuptools

and it solved the problem
Lucas

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to