[Tutor] query from sqlalchemy returns AttributeError: 'NoneType' object :p:

Paradox paradox at pobox.com
Fri May 3 04:17:12 CEST 2013


On 05/03/2013 06:13 AM, Karthik Sharma wrote:
>
>     from sqlalchemy import create_engine, ForeignKey
>     from sqlalchemy import Column, Date, Integer, String
>
This list is mostly for standard library questions (though there may be 
some that can help here too).  Did you know there is an sqlalchemy 
google group (

This list is really for standard library questions (though there may be some that can help here too).  Did you know there is an sqlalchemy google group?  The site is here: http://groups.google.com/group/sqlalchemy?hl=en.  Michael Bayer frequently answers questions there too, though there are lots of knowledgeable people on that list that can handle simpler problems.

thomas



More information about the Tutor mailing list