[maemo-developers] python sqlites cannot connect specified database in FREMANTLE_ARMLE
From: xujun Jun.Xu at plenware.comDate: Tue Apr 7 11:34:33 EEST 2009
- Previous message: maemo 4.1 GTK button
- Next message: python sqlites cannot connect specified database in FREMANTLE_ARMLE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()
.
.
.
- Previous message: maemo 4.1 GTK button
- Next message: python sqlites cannot connect specified database in FREMANTLE_ARMLE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
