Re: pyamf, mod_wsgi and session caching

2008-12-11 Thread oggie rob
On Nov 11, 11:38 am, oggie rob wrote: > Hi all, > I'm working on a project which uses pyamf and produces the following > exception during login: > > AttributeError: 'LazyModule' object has no attribute 'Manager' I'm a bit late in responding here, but if anybody else runs into this, here's how I

pyamf, mod_wsgi and session caching

2008-11-11 Thread oggie rob
Hi all, I'm working on a project which uses pyamf and produces the following exception during login: AttributeError: 'LazyModule' object has no attribute 'Manager' However debugging this has been difficult. The error shows up with the following setup: - django 1.0 - pyamf 0.3.1 - apache 2.2.9