Re: [Tutor] Module? Error handling specific to SQLite3

2014-09-26 Thread Peter Otten
Paul Smith wrote: > Early stages messing with module sqlite3 in python3.4. I am successful in > creating sqlite tables of my own and interacting with other sqlite tables, > however in refining the code from a purely "it can do it" stage to a more > stable working piece of code I run into this prob

[Tutor] Module? Error handling specific to SQLite3

2014-09-26 Thread Paul Smith
Ok Tutor help please... Early stages messing with module sqlite3 in python3.4. I am successful in creating sqlite tables of my own and interacting with other sqlite tables, however in refining the code from a purely "it can do it" stage to a more stable working piece of code I run into this proble