Sat Sep 22 11:56:06 2007
Ticket #120
Problem with python setup.py nosetests --stop
| Priority: | normal | Reporter: | ianb@colorstudy.com |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | new |
| Version: | Resolution: | ||
| Milestone: | Keywords: |
Description by ianb@colorstudy.com:
When I run it I get:
running nosetests
running egg_info
writing requirements to WebError.egg-info/requires.txt
writing WebError.egg-info/PKG-INFO
writing top-level names to WebError.egg-info/top_level.txt
writing dependency_links to WebError.egg-info/dependency_links.txt
writing entry points to WebError.egg-info/entry_points.txt
reading manifest file 'WebError.egg-info/SOURCES.txt'
writing manifest file 'WebError.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "setup.py", line 35, in ?
entry_points="""
File "distutils/core.py", line 149, in setup
File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/home/ianb/env/webdev/lib/python2.4/nose-0.10.0b1-py2.4.egg/nose/commands.py", line 110, in run
lambda o: o.replace('_', '-')))
File "/home/ianb/env/webdev/lib/python2.4/nose-0.10.0b1-py2.4.egg/nose/config.py", line 399, in cfgToArg
if flag(value):
File "/home/ianb/env/webdev/lib/python2.4/nose-0.10.0b1-py2.4.egg/nose/config.py", line 451, in flag
if len(val) > 5:
TypeError: len() of unsized object
