bhushan@bhushan-laptop:~$ sudo pip install django-dynamo
Downloading/unpacking django-dynamo
Downloading django-dynamo-0.25.zip
Running setup.py egg_info for package django-dynamo
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/bhushan/build/django-dynamo/setup.py", line 35, in <module>
long_description=read( 'readme.rst'),
File "/home/bhushan/build/django-dynamo/setup.py", line 6, in read
return open(os.path.join(os.path.dirname(__file__), *args)).read()
IOError: [Errno 2] No such file or directory: '/home/bhushan/build/django-dynamo/readme.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/bhushan/build/django-dynamo/setup.py", line 35, in <module>
long_description=read( 'readme.rst'),
File "/home/bhushan/build/django-dynamo/setup.py", line 6, in read
return open(os.path.join(os.path.dirname(__file__), *args)).read()
IOError: [Errno 2] No such file or directory: '/home/bhushan/build/django-dynamo/readme.rst'