"error: Setup script exited with error in simplejson setup command" while installing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wadllib |
Incomplete
|
High
|
Unassigned |
Bug Description
On fully updated Hardy, trying to install wadllib from source (sudo ./setup.py install):
===
Installed /usr/lib/
Processing dependencies for wadllib==0.1
Searching for simplejson==1.7.3
Reading http://
Reading http://
Best match: simplejson 1.7.3
Downloading http://
Processing simplejson-
Running simplejson-
error: Setup script exited with error in simplejson setup command: test_suite must be a list
===
Changed in wadllib: | |
assignee: | nobody → leonardr |
importance: | Undecided → High |
status: | New → Triaged |
I couldn't reproduce this bug in a Python virtualenv sandbox. Setuptools' own setup.py script uses a string as the value of it's test_suite parameter (of course, that doesn't rule out a bug in the dark corners of setuptools itself).
Neil, what version of setuptools are you using? This command should tell you:
$ ls -d /usr/lib/ python2. 5/site- packages/ setuptools*