[Skunkweb-list] Problem using PyDO 2.0 with SQLite (Python 2.4 + pysqlite2)
Brought to you by:
drew_csillag,
smulloni
From: <t....@ar...> - 2007-02-14 14:32:10
|
Hello, I'm using PyDO 2.0 already with a remote MySQL server and it works very gratifying for me. Now I tried to use a local SQLite database too (under Python 2.4 and pysqlite2), but when accessing the db, I get following Exception: Traceback ? C:\TG\ingo\src\client-1.0a1\ingo\client\model3.py 1384 getSome build\bdist.win32\egg\pydo\base.py 667 getDBI build\bdist.win32\egg\pydo\base.py 443 getConnection build\bdist.win32\egg\pydo\dbi.py 316 _connect build\bdist.win32\egg\pydo\dbi.py 228 _get_driver_class build\bdist.win32\egg\pydo\dbi.py 236 _import_a_class build\bdist.win32\egg\pydo\utils.py 55 ? build\bdist.win32\egg\pydo\drivers\sqliteconn2.py 32 KeyError: 'date' As far as I found out, the problem occures when registering the additional conversion mappings (DATE, DATETIME,...) at module init, but I don't know how to solve the problem. Thank's for any tips Thomas PS: Will there be any further developement of PyDO? Seems not very active at the moment, but would be a great pity if it would die silently! |