On Tue, May 8, 2012 at 11:54 AM, Ewald Zietsman wrote: > I'm having trouble importing a booki.zip file that I have created. > > I have a customised booki.env file but even if I run it I still get the > error: > > Unknown command: 'bookimport' > > The booki.env file looks like this: > > export DJANGO_SETTINGS_MODULE=siyavula.settings > > # Add Booki to PATH. > # If your libraries are in non standard place, you should add path to them > here. > PYTHONPATH=$PYTHONPATH:/home/booktype/instances/:/home/booktype/instances/siyavula/lib/:/home/booktype/repo/Booktype/lib > > # Add Django to PATH > # If your libraries/apps are in non standard place, you should add path to > them here. > # e.g. > # PATH=$PATH:/Users/aerkalov/Work/svn/django/django/bin > > export PYTHONPATH PATH > > > I think something small is wrong here but I'm unsure what it could be. Any > help will be greatly appreciated. > > >
Looks like we had an issue with folder permissions and the error got swallowed by django-core. No sign of it in the logs. Will post again if I know it works.