bserce123
Posts: 43
Joined: Mon May 22, 2017 3:28 pm

tkinter data file(s)

Sat May 27, 2017 6:07 pm

Coudl someone please tell me where to look for tkinter files which store data for a running .py script using python3? Specifically, I'd like to find out first where the file is that stores Spinbox values data.

scotty101
Posts: 3958
Joined: Fri Jun 08, 2012 6:03 pm

Re: tkinter data file(s)

Sat May 27, 2017 8:27 pm

There is no such thing as 'tkinter files', just python files.

The code itself typically stores the values of a spinbox but if the author has placed them somewhere else, there is not standard was of doing this.

Do you have a link to the code you're looking at?
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

Return to “General discussion”