davidselassie / canopener

Python convenience function for opening compressed URLs and files.
BSD 2-Clause "Simplified" License
6 stars 4 forks source link

The version in PyPi, 0.1.4, doesn't install using Python 2.7.9+pip #2

Closed jruere closed 9 years ago

jruere commented 9 years ago

The error I get is:

$ pip install canopener
Downloading/unpacking canopener
  Using download cache from /home/javier/.cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcanopener%2Fcanopener-0.1.2.tar.gz
  Running setup.py (path:/mnt/Unsafe/javier/tmp/virtualenvs/sedo/build/canopener/setup.py) egg_info for package canopener
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/mnt/Unsafe/javier/tmp/virtualenvs/sedo/build/canopener/setup.py", line 19, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: u'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/mnt/Unsafe/javier/tmp/virtualenvs/sedo/build/canopener/setup.py", line 19, in <module>

    long_description=open('README.rst').read(),

IOError: [Errno 2] No such file or directory: u'README.rst'

It appears to be fixed in HEAD, no?

davidselassie commented 9 years ago

Yeah, sorry forgot to go through the cutting-a-new-version dance. Try using v0.1.5.