azoner/pyx12

Can't setup.py install

Closed this issue · 1 comments

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

resolved by pull request #2. Installs cleanly from master.

pip install -e git://github.com/azoner/pyx12.git#egg=Package