Hi Kondou,
Could you tell me where you found the sqlite bindings for python ?? I've been looking for them for the past few days but they don't seem to be there anymore (they used to be in the unstable feed but that seems gone now...)
Thanks,
- Nicolas
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
I found it here.
[a href=\"http://zaurus.spy.org/feeds/cacko/pdaXrom/unstable/python-sqlite_1.1.3_armv5tel.ipk]http://zaurus.spy.org/feeds/cacko/pdaXrom/....3_armv5tel.ipk[/url]
-yonggun
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150350\"][{POST_SNAPBACK}][/a][/div]
Super - Thanks a lot for the pointer!! For reference, to get it running in beta1 on an 860 I had to
- Create links /usr/lib/python2.4/site-config/sqlite and _sqlite.so pointing to the same objets in /usr/lib/python2.3 (in beta1 python is 2.4 by default, but the python-sqlite ipk probably assumed it was 2.3... it still works, though!)
- create a soft link /usr/lib/libsqlite3.so.0 pointing to libsqlite3.so
with these tweaks it seems to work with the standard python and sqlite3 packages for beta1...
Thanks again,
- Nicolas