Hi, I'm not sure what I'm looking for. The file looks like this: import os
os.environ["CELERY_LOADER"] = "django" os.environ['DJANGO_SETTINGS_MODULE'] = 'baruwa.settings' os.environ['PYTHON_EGG_CACHE'] = '/var/tmp' from django.core.handlers.wsgi import WSGIHandler application = WSGIHandler() mvh On Wed, Mar 2, 2011 at 6:21 AM, Andrew Colin Kissa <[email protected]> wrote: > > On 02 Mar 2011, at 1:45 AM, Mikael Syska wrote: > >> Exception occurred processing WSGI script >> '/usr/local/www/baruwa/baruwa.wsgi' > > Have you double checked the baruwa.wsgi file ? > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa > _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

