django-scrup icon indicating copy to clipboard operation
django-scrup copied to clipboard

README.rst?

Open madranet opened this issue 13 years ago • 0 comments

Setup fails with 'no such file' on README.rst

sudo pip install django-scrup
Downloading/unpacking django-scrup
  Downloading django-scrup-0.1.tar.gz
  Running setup.py egg_info for package django-scrup
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/madra/build/django-scrup/setup.py", line 3, in <module>
        f = open('README.rst')
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/home/madra/build/django-scrup/setup.py", line 3, in <module>

    f = open('README.rst')

IOError: [Errno 2] No such file or directory: 'README.rst'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/madra/build/django-scrup
Storing complete log in /root/.pip/pip.log

madranet avatar Jan 02 '13 13:01 madranet