Posted on Jul 22, 2009 by
Grumpy Horse
What steps will reproduce the problem? 1. Install django_photologue from pypi 2. The egg has management, templatetags and utils directories only 3. The source zip from code.google.com has also locale, res and templates directories
As a result, photologue installed from pypi does not work properly (it's version 2.2).
The fix would be to include a MANIFEST.in file which will tell setuptools to include non-python files when building the egg:
recursive-include photologue *
global-exclude *pyc
Comment #1
Posted on Jul 22, 2009 by Happy Giraffe(No comment was entered for this change.)
Comment #2
Posted on Jul 23, 2009 by Happy GiraffeShould be fixed in r389. Thanks!
Status: Fixed