From: Oleg B. <ph...@ph...> - 2011-02-24 12:24:36
|
On Wed, Feb 23, 2011 at 05:43:52PM +0000, Timothy W. Grove wrote: > File > "C:\Python27\lib\site-packages\sqlobject-0.13.0-py2.7.egg\sqlobject\sqlite\sqliteconnection.py", > line 48, in __init__ > raise ImportError('Cannot find an SQLite driver, tried %s' % drivers) > ImportError: Cannot find an SQLite driver, tried > pysqlite2,sqlite3,sqlite First thing to try - test the module without SQLObject. Start with "import sqlite3". Also look at sqlobject/include/hashcol.py. You can use it as a model to try to implement an encrypting column or an encrypting validator that could be applied to all columns. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |