Closed alex-eri closed 12 years ago
http://dl.dropbox.com/u/17458620/error.log cut of uwsgi log http://dl.dropbox.com/u/17458620/zamer.zip my code
As far as I can see from your log there is a problem with importing the plugin module. Try to start a shell with python manage.py shell
and try to import the module in question manually. sometimes that shows a more accurate error than in the logs. Often there is a problem with another import from within the module that can't be imported by django.
I'm afraid that is all that I can do for. Since I'm doing this in my free time I cannot debug customized code.
i had BAD ".pyc" files/ thanks a lot
i have a litle modifed plugin and customized plugins installed in cms. if customized plugin enabled UWSGI falls..