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:
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