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 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 
> "/path/to/virtualenv/app/data/virtenv/lib/python2.6/site-packages/sqlalchemy/__init__.py",
>  line 10, in <module>
> [Tue Mar 27 23:35:50 2012] [error] [client 127.0.0.1] AttributeError: 
> 'module' object has no attribute 'exc'
> 
> actually when I run the file directly from python without mod_wsgi the error 
> doesn' t show up.. strange
> 
> I'll be glas any help/exprience  with this strange problem? 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/sqlalchemy/-/_kN4u5tgkXwJ.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to