I'm trying to set up a new project with 0.9.7 and Elixir. I followed
the steps at http://cleverdevil.org/computing/68/ (I replaced the
contents of __init__ with the listed contents), and everything works
if I create my tables on my own.
But, how I can I tell Elixir to create the tables for me? If I go
into "paster shell" and try to run create_all(), I get:
ProgrammingError: (ProgrammingError) (1146, "Table
'mydatabase.mytablel' doesn't exist") 'DESCRIBE `mytable`' {}
If I try to run "paster setup-app", I get:
sqlalchemy.exceptions.UnboundExecutionError: The MetaData is not bound
to an Engine or Connection. Execution can not proceed without a
database to execute against. Either execute with an explicit
connection or assign the MetaData's .bind to enable implicit
execution.
Did I miss something obvious?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---