~sschwarzer/ftputil#64: 
2.7 Package is broken

(Env)alberto@sigym-maverick-mb13:~/src/FTPRelayer$ easy_install "ftputil==2.7"
Searching for ftputil==2.7
Reading http://pypi.python.org/simple/ftputil/
Reading https://ftputil.sschwarzer.net/
Reading http://www.sschwarzer.net/python/python_software.html
Best match: ftputil 2.7
Downloading https://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.7.tar.gz?format=raw
Processing ftputil-2.7.tar.gz
Writing /tmp/easy_install-AZnjtp/ftputil-2.7/setup.cfg
Running ftputil-2.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-AZnjtp/ftputil-2.7/egg-dist-tmp-SQCcNI
error: Setup script exited with error: can't copy 'doc/README.html': doesn't exist or not a regular file

Version 2.6 installs fine

Status
RESOLVED FIXED
Submitter
ftputiluser (unverified)
Assigned to
No-one
Submitted
11 years ago
Updated
11 years ago
Labels
bug library

schwa (unverified) 11 years ago · edit

Thanks for the report!

README.txt is no longer a reStructuredText file to be converted to HTML. Hence, README.html is no longer distributed - but I forgot to remove the name from the list of documentation files in setup.py.

I've fixed this in r532f9c0abe36.

I'll release a new version 2.7.1 with the fix at the weekend or earlier. If you don't want to wait until then, a workaround would be to apply the change manually to setup.py or download the changed file and install with

python setup.py install
Register here or Log in to comment, or comment via email.