hello;

I am trying to using python sqlite3 to store my data based maemo 
FREMANTLE_ARMLE. however, i am less fortunate than usual.
Ever time the application goes to the statement(self.__con = 
sqlite3.connect("myDB")) it always crashs without any exception,
Even after that there was NO any error messages to be displayed on standard 
output.
Fortunately the same application can work successfully in FREMANTLE_X86, So is 
there any body to encounter this case?

The application is someting like:

import sys
import sqlite3


if __name__ == '__main__':
    print 'Create connection'
    con = sqlite3.connect('myDB')  //???
    print 'Connect successfully'
    cur = con.cursor()
        .
        .
        .

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to