On Dec 23, 2008, at 1:29 PM, Michael Mileusnich wrote:

> I have a py file that creates my tables.  It does MetaData =  
> queue.metadata.  metadata.create_all().  That's all I do with  
> MetaData.  Is there additional table setup I need to be doing?

yeah have it do "import filequeue; import queue;   
queue.metadata.create_all()".  or alternatively have "queue" import  
"filequeue" as well.



--~--~---------~--~----~------------~-------~--~----~
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