Hi, This is regarding TurbeGears2 and my attempt to use catwalk (via / admin) on a barebones system. I created a skeleton project with authentication enabled. I'm using the default sqlitedb... My qestion: "Is there an interface to create admin accounts or do I need to perform this via command-line, ie, sqlite CLI"? Currently, I receive the following error when serving both development and test configs...
OperationalError: (OperationalError) no such table: tg_user u'SELECT tg_user.password AS tg_user_password, tg_user.user_id AS tg_user_user_id, tg_user.user_name AS tg_user_user_name, tg_user.email_address AS tg_user_email_address, tg_user.display_name AS tg_user_display_name, tg_user.created AS tg_user_created \nFROM tg_user \nWHERE tg_user.user_name = ? \n LIMIT 2 OFFSET 0' ['manager'] I'd gladly appreciate any insight/tips! thanks, Paul On Feb 28, 12:24 pm, Jorge Vargas <[email protected]> wrote: > On Sat, Feb 28, 2009 at 2:22 PM, Gustavo Narea <[email protected]> wrote: > > > On Wednesday February 25, 2009 20:18:56 Sanjiv Singh wrote: > >> I dont get that error. Although the tests fail with one error > >>http://paste.chrisarndt.de/paste/599585def18b40cea02b07d2c8393cc8 > > > Thanks, Sanjiv! > > > I get that in b6 too, so I created the relevant ticket: > >http://trac.turbogears.org/ticket/2243 > > For the record this is a known issue. At least by me i'm not sure if > we had a ticket. I believe the way our db is setup in test.ini is > wrong. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
