> You may want to check the article again in 24 hours in case SQLAlchemy
> experts have corrected any errors. One thing I'm adding right now is
> the pylons_scope function.
>
I'm not an expert, but in your model you need to add:
import pylons
or you get:
<type 'exceptions.NameError'>: name 'pylons' is not defined
and there is a typo on line 14:
-table1 = table("table1", metadata,
+table1 = Table("table1", metadata,
bye
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---