peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Incomplete 1.5.3 tarball on PyPI #18

Closed aledr closed 13 years ago

aledr commented 13 years ago

The tarball uploaded to PyPI is missing a lot of files, thus, failing installation.

peterbe commented 13 years ago

Are you sure? I just tried it myself and it downloaded just fine

   $ wget http://pypi.python.org/packages/source/d/django-static/django-static-1.5.3.tar.gz#md5=d6112b119a9e7d5905e934a6f6674a05 
   $ tar -xvf django-static-1.5.3.tar.gz
   $ cd django-static-1.5.3/
   $ ls | wc -l
   4
aledr commented 13 years ago

setup.py try to install some other files. Can you try that?

peterbe commented 13 years ago

What do you mean? Do you get an error?

On 20 March 2011 22:13, aledr reply@reply.github.com wrote:

setup.py try to install some other files. Can you try that?

Reply to this email directly or view it on GitHub: https://github.com/peterbe/django-static/issues/18#comment_896441

Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com fun crosstips.org

aledr commented 13 years ago

python setup.py build running build running build_py creating build creating build/lib creating build/lib/django_static copying django_static/models.py -> build/lib/django_static copying django_static/tests.py -> build/lib/django_static copying django_static/views.py -> build/lib/django_static copying django_static/init.py -> build/lib/django_static error: package directory 'django_static/filters' does not exist

peterbe commented 13 years ago

Thanks a LOT!! Yeah, I didn't see that. Fixed now.