Hallo,
ich habe ein kleines problem und komme nicht auf die lösung.
# Setup
from tkinter import *
from tkinter import ttk
from configparser import ConfigParser
#config
cfg = ConfigParser()
cfg.read('config.ini')
def einstellung_speichern_action():
cfgfile = open("config.ini","w")
cfg.set ...
Die Suche ergab 1 Treffer
- Sonntag 13. Oktober 2019, 15:56
- Forum: Allgemeine Fragen
- Thema: Variablen in config schreiben
- Antworten: 2
- Zugriffe: 589
