maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 61 forks source link

uwsgi falls #26

Closed alex-eri closed 12 years ago

alex-eri commented 12 years ago

i have a litle modifed plugin and customized plugins installed in cms. if customized plugin enabled UWSGI falls..

alex-eri commented 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

maccesch commented 12 years ago

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.

alex-eri commented 12 years ago

i had BAD ".pyc" files/ thanks a lot