Can't setup.py install
sbuss opened this issue · 1 comments
sbuss commented
Since f63a44f setup.py install
is broken due to a reference to a non-existent script.
$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 25, in <module>
join('build/bin', target_script))
File "/usr/local/Cellar/python/2.7.3/lib/python2.7/distutils/file_util.py", line 109, in copy_file
"can't copy '%s': doesn't exist or not a regular file" % src)
distutils.errors.DistutilsFileError: can't copy 'bin/x12_build_pkl.py': doesn't exist or not a regular file