dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

Cannot use egg package #42

Closed dolugen closed 12 years ago

dolugen commented 13 years ago

I installed version 0.3.2 and it's installed as an egg (zip) file, not a directory. And I think Django is unable access the package fully.

Errors:

On syncdb:

OSError: [Errno 20] Not a directory: '[...]lib/python2.6/site-packages/django_moderation-0.3.2-py2.6.egg/moderation/migrations'

After adding an object:

TemplateDoesNotExist at [...]
moderation/notification_message_moderator.txt
dolugen commented 13 years ago

The syncdb error could be passed by making zip_safe in setup.py False.