Closed simonedeponti closed 12 years ago
Thanks for this bug report, I'll take a look today and hopefully have it fixed in a few hours. On May 25, 2012 9:16 AM, "Simone Deponti" < reply@reply.github.com> wrote:
If I try to install
django-gravatar2
I get the following:$ pip install django-gravatar2 Downloading/unpacking django-gravatar2 Downloading django-gravatar2-1.0.3.tar.gz Running setup.py egg_info for package django-gravatar2 Traceback (most recent call last): File "<string>", line 14, in <module> File ".../django-gravatar2/setup.py", line 3, in <module> readme = 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 ".../build/django-gravatar2/setup.py", line 3, in <module> readme = open('README.rst') IOError: [Errno 2] No such file or directory: 'README.rst'
I supposed this is because the latest release (1.0.3) has been generated/uploaded using a python that hadn't access to setuptools-git. Can you please re-release it on pypi (just make sure you have
setuptools-git
installed and rerunpython setup.py upload
)?Note: older versions (e.g. 1.0.1) work fine
Reply to this email directly or view it on GitHub: https://github.com/twaddington/django-gravatar/issues/7
I've uploaded a new release of django-gravatar2 to PyPi. Please try the latest version and see if it has resolved the issue for you.
Closing as resolved. Thanks for the report!
If I try to install
django-gravatar2
I get the following:I supposed this is because the latest release (1.0.3) has been generated/uploaded using a python that hadn't access to setuptools-git. Can you please re-release it on pypi (just make sure you have
setuptools-git
installed and rerunpython setup.py upload
)?Note: older versions (e.g. 1.0.1) work fine