orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
297 stars 28 forks source link

easy_install bug #22

Closed krikunts closed 10 years ago

krikunts commented 10 years ago

Today I've installed this package via easy_install, added panel to debug toolbar panels and package to installed apps in settings. The panel appeared in the toolbar, but when I clicked it couldn't load the template. So I went to the dist-packages directory and what i saw was single zipped egg file. As far as I know zipped egg file can be used for libraries with python code only. The workaround was to add this to ~/.pydistutils.cfg:

[easy_install] zip_ok = false

orf commented 10 years ago

Thank you for this, I've fixed it in 3ef67c4. I will push an update tonight.