Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can anyone Please help on fixing this python code to connect and save things on sqlit
Post: RE: Can anyone Please help on fixing this python c...

Thanks a lot for your help and advise but my issue was that the program would write a database file but the written file appears to be empty i don know if i'm missing any code eg what i was trying to...
Roscoes General Coding Help 2 2,923 Mar-06-2018, 04:48 AM
    Thread: Can anyone Please help on fixing this python code to connect and save things on sqlit
Post: Can anyone Please help on fixing this python code ...

import os, sys import sqlite3 from enum import Enum class Listkeeper(object): def __init__(self): self.file = str() for i in os.listdir("."): if i.endswith(".db"): ...
Roscoes General Coding Help 2 2,923 Feb-27-2018, 04:51 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020