Re: [SQLObject] problem with a simple sqlite conection

2007-04-24 Thread jonhattan
jonhattan escribió: > Hi all, > > [...] > when I try to do Provincias.get(1) I got a 'no such table' error. It > seems to me a very silly error, but I can't find a clue. Any help will > be apreciated. This is the execution traceback: > I simply was not giving the correct uri :) -

[SQLObject] problem with a simple sqlite conection

2007-04-24 Thread jonhattan
Hi all, I have a sqlite database with provinces of my country, [EMAIL PROTECTED]:~/mvpot/lib$ sqlite3 model/codigospostales.db SQLite version 3.3.13 Enter ".help" for instructions sqlite> .tables poblaciones provincias and a simple class to access the contents: class Provincias(SQLObject)