[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-08-22 Thread Brendan Volheim
So I read the doc you posted above and the User/group that my apache user uses is www and I assumed. I went as far as chmod the entire web directory, which owns the wsgi file, to 777. That didn't work. I then chgrp, chown the entire directory to www. That still didn't work. Can you explain the s

[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-06-12 Thread Michel Albert
On Tuesday, 12 June 2012 15:31:26 UTC+2, Michel Albert wrote: > > On Tuesday, 27 March 2012 23:39:11 UTC+2, alonn wrote: >> >> this is what I got from tailing the mod_wsgi error stack: >> >> [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from sqlalchemy >> import create_engine,String,U

[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-06-12 Thread Michel Albert
On Tuesday, 27 March 2012 23:39:11 UTC+2, alonn wrote: > > this is what I got from tailing the mod_wsgi error stack: > > [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from sqlalchemy > import create_engine,String,Unicode,Integer, Column, func,distinct, desc > [Tue Mar 27 23:14:16 2012]