On 6/2/06, OriginalBrownster <[EMAIL PROTECTED]> wrote: > Im very new to turbo gears, just started out this week. I'm having some > problems with installing sqlite and pysqlite, I think I have it done > correctly but when I reach "tg-admin sql create" in the 20 minute wiki > I encounter a problem, also I noticed that the prod file is renamed > sample-prod in the TG 0.96. > > pysqlite2.dbapi2.OperationalError: unable to open database file > > thats the error, hopefully some can help me out there
The error looks like a config error. Did you edit the database config portion of the dev.cfg file to point to a reasonable location on your system? Specifically, you need to uncomment the line below and change /path/to/file to be a reasonable file on your computer. sqlobject.dburi="sqlite:///drive_letter|/path/to/file" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

