Opened 9 years ago
Closed 9 years ago
#64 closed defect (fixed)
2.7 Package is broken
Reported by: | ftputiluser | Owned by: | schwa |
---|---|---|---|
Priority: | major | Milestone: | 2.7.1 |
Component: | Library | Version: | 2.7 |
Keywords: | Cc: |
Description
(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 http://ftputil.sschwarzer.net/ Reading http://www.sschwarzer.net/python/python_software.html Best match: ftputil 2.7 Downloading http://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
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | → 2.7.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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 insetup.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