#280: tg-admin sql create with new TurboTunes model.py fails.
-------------------------------+--------------------------------------------
Reporter: florian | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: SQLObject | Version:
Severity: normal | Resolution:
Keywords: sql postgres hang |
-------------------------------+--------------------------------------------
Comment (by anonymous):
Same symptoms here, under Windows, with the following versions:
* Python2.4
* TurboGears-0.9a1dev_r937
* SQLObject-0.7.1dev_r1457
* psycopg2-2.0b8.win32
In the turbotunes tutorial, `tg-admin sql create` just hangs there after
printing:
{{{
Using database URI postgres://postgres:[EMAIL PROTECTED]/turbotunes
}}}
Without the `createTable(ifNotExists=True)` calls, I get the error:
{{{
psycopg.ProgrammingError: ERROR: relation "artist" does not exist
}}}
Any ideas about this one?
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/280>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---