Re: WSGI session

2008-01-12 Thread kbochert
I talked to the host and they said it was 'scripting-related' and they couldn't help. In desperation, I installed lighttpd, and with their debug mode, and the ability to reconfigure at will, I had it running in 3 hrs! Conclusion: if the host doesn't know how to set up apache for django/ fastcgi,

Re: WSGI session

2008-01-12 Thread Karen Tracey
On Jan 12, 2008 2:47 AM, kbochert <[EMAIL PROTECTED]> wrote: > > mod_fastcgi installation > > The error is: > 'WSGIRequest' object has no attribute 'session' > > any ideas? > Do you have 'django.contrib.sessions.middleware.SessionMiddleware' listed in MIDDLEWARE_CLASSES in settings.py? If I add

WSGI session

2008-01-11 Thread kbochert
mod_fastcgi installation The error is: 'WSGIRequest' object has no attribute 'session' any ideas? If I add lines to the file, the error stays at the same location. and if I erase the .pyc file, it does not get regenerated. How do I cause it to use the newly edited file?? I've tried touching t