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

2012-03-27 Thread alonn
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] [error] [client 127.0.0.1] File

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

2012-03-27 Thread Michael Bayer
sometimes things like that happen when theres a recursion overflow, though I've never seen it occur at module import time like that, save for a bug we've observed in Jython. On Mar 27, 2012, at 5:39 PM, alonn wrote: this is what I got from tailing the mod_wsgi error stack: [Tue Mar 27