Skip to content

Instantly share code, notes, and snippets.

@bsdlp
Created January 16, 2015 19:26
Show Gist options
  • Save bsdlp/e3ec9f82f394a3cad652 to your computer and use it in GitHub Desktop.
Save bsdlp/e3ec9f82f394a3cad652 to your computer and use it in GitHub Desktop.
(PyXML-0.8.4)jchen@hobbes> python2 setup.py sdist /tmp/pyxmnl/PyXML-0.8.4
running sdist
running check
Traceback (most recent call last):
File "setup.py", line 244, in <module>
scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val']
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py", line 160, in run
self.get_file_list()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py", line 206, in get_file_list
self.add_defaults()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py", line 282, in add_defaults
dirname, filenames = item
TypeError: iteration over non-sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment