[tahoe-lafs-trac-stream] [zetuptoolz] #4: python setup.py --help-commands raises exception due to conflict with distribute
zetuptoolz
trac at tahoe-lafs.org
Sun Mar 17 16:10:17 UTC 2013
#4: python setup.py --help-commands raises exception due to conflict with
distribute
------------------------+-----------------------
Reporter: davidsarah | Owner: zooko
Type: defect | Status: new
Priority: minor | Milestone:
Component: component1 | Version:
Keywords: | Launchpad Bug:
------------------------+-----------------------
See [https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1405]. The traceback is
{{{
zompu:~/playground/tahoe-lafs/pristine$ python setup.py --help-commands
Traceback (most recent call last):
File "setup.py", line 417, in <module>
**setup_args
File "/usr/lib/python2.7/distutils/core.py", line 138, in setup
ok = dist.parse_command_line()
File "/home/zooko/playground/tahoe-
lafs/pristine/setuptools-0.6c16dev3.egg/setuptools/dist.py", line 271, in
parse_command_line
result = _Distribution.parse_command_line(self)
File "/usr/lib/python2.7/distutils/dist.py", line 464, in
parse_command_line
if self.handle_display_options(option_order):
File "/usr/lib/python2.7/distutils/dist.py", line 669, in
handle_display_options
self.print_commands()
File "/home/zooko/playground/tahoe-
lafs/pristine/setuptools-0.6c16dev3.egg/setuptools/dist.py", line 403, in
print_commands
cmdclass = ep.load(False) # don't require extras, we're not running
File "/home/zooko/playground/tahoe-
lafs/pristine/setuptools-0.6c16dev3.egg/pkg_resources.py", line 1978, in
load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
ImportError: No module named upload_docs
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/zetuptoolz/ticket/4>
zetuptoolz <https://tahoe-lafs.org/trac/zetuptoolz>
More information about the tahoe-lafs-trac-stream
mailing list