Re: [Tutor] Parse files and create sqlite3 db (Alan Gauld)

2014-12-03 Thread Dave Angel
On 12/03/2014 08:07 AM, jarod...@libero.it wrote: thanks so much,here you have the error: --- NameError Traceback (most recent call last) in () 43

Re: [Tutor] Parse files and create sqlite3 db (Alan Gauld)

2014-12-03 Thread jarod...@libero.it
thanks so much,here you have the error: --- NameError Traceback (most recent call last) in () 43 status = line[-4:] # and overall status pas

Re: [Tutor] Parse files and create sqlite3 db

2014-12-03 Thread Alan Gauld
On 03/12/14 09:36, jarod...@libero.it wrote: Dear all I aattach the file I want to parse and I wanto to create a sqlite database. The problem is I'm not able to create in the right way because there is some logic problems on my script. I have this code: Do you get an error message? If so pleas

[Tutor] Parse files and create sqlite3 db

2014-12-03 Thread jarod...@libero.it
Dear all I aattach the file I want to parse and I wanto to create a sqlite database. The problem is I'm not able to create in the right way because there is some logic problems on my script. I have this code: import sqlite import sqlite3 import os # Creates or opens a file called mydb with a S