[sqlite] Updated QSQLITE driver

2010-04-02 Thread Marcelo Reyes
Hello, has anyone an updated qsqlite driver that allows loading extensions? I tried building one myself without luck. I need the driver to bes used in windows, with PyQt. Marcelo ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Loading sqlite extensions using QtSql in PyQt4

2010-04-01 Thread Marcelo Reyes
Hello, how to load the spatialite extension from python using QtSql? Anyone has code examples?note that I'm talking about QtSQl not pysql2 or sqlite3 or apsw. Thank you Marcelo ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] no modlue named _sqlite error using phyton and pysqlite2

2010-03-31 Thread Marcelo Reyes
Hello, I downloaded pysqlite2 module, but when I ran my code I get a "No module named _sqlite error". I'm using python 2.5 and Windows XP. I need to load spatialite library and thats why I want to upgrade the sqlite3 module that comes with python 2.5 Can anyone help me? thanks. Here's the code: