Well, if all I would need to do is to change sqlite3 into apsw wherever I encounter it. That I can try of course. don't need to know any Python for that.
Alas, when it came to apsw.connect(path to my db) it barfed
AttributeError: 'module' object has no attribute 'connect'
Like I said, this is no big deal, the basics like getting books into and out of this ole reader app works and that was already more than I ...hoped for. Until I know more about python I can settle for that.
EDIT: Ok so it is called Connection with capital c... but I fear I have to leave it be anyways and settle for copying in the newer dll as it seems that via apsw other things also aren't supported. This code seems to use row_factory all over and that ain't working with apsw either without rewriting... way over my current skill set.
Thanks all for the pointers just the same
Last edited by At_Libitum; 10-13-2013 at 05:18 PM.
|