Hello. I wrote a script that keeps some data in the database (sqlite). The script is written in python. I would like to use it on the phone (Nokia c6-00 symbian 9.4). Put the interpreter, but then there was a problem. Included with the interpreter is not a module for working with sqlite and I can not find where to download this. Mb someone faced with such a problem? You need exactly sqlite.
- On one of the forums found information that python latest version for symbian does not support sqlite, although this is not accurate. Found an alternative: e32db. An example of working with python + symbian + e32db can be viewed here: habrahabr.ru/post/77761 - pronzn
- Wrong e32db is a library for working with different database, including sqlite - pronzn
|