I know it has been a long time past, but I'm running into the same issue and have tried the same things. I was wondering if you ever nailed down what was causing the issue.
On Tuesday, June 28, 2011 11:24:44 AM UTC-5, Chris Withers wrote: > > On 27/06/2011 17:31, Tres Seaver wrote: > > "Let me google that for you": > > > > - - http://mail.zope.org/pipermail/zodb-dev/2009-June/012607.html > > > > - - > > > http://mediacore.com/blog/hosting-multiple-wsgi-applications-with-apache/ > > > > - - http://trac.edgewall.org/ticket/3371 > > Adding: > > WSGIApplicationGroup %{GLOBAL} > > ...to my httpd.conf before the virtualhosts section made no difference. > Still works fine for a while, then starts randomly and inconsistently > spitting exceptions, this time: > > mod_wsgi (pid=22471): Exception occurred processing WSGI script > '/...mod_wsgi'. > Traceback (most recent call last): > File "...bin/mod_wsgi", line 34, in <module> > from aircon.web import make_app > File "...aircon/web.py", line 7, in <module> > from repoze.bfg.configuration import Configurator > ImportError: No module named bfg.configuration > > I must stress again, this is intermittent, it'll work for a while, then > fail for a few requests, then more so until Apache is restarted. > > (bfg.configuration is most certainly there and on the python path...) > > cheers, > > Chris > > -- > Simplistix - Content Management, Batch Processing & Python Consulting > - http://www.simplistix.co.uk > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
