Relative Content

Tag Archive for pythontkinterspinbox

Creating a Spinbox from 0 to infinity

as the title says, I have a problem following the Youtube tutorial where person creates a Spinbox and allows it to take values from zero to infinity. In their application it works, however when I do it on my computer (Mac) the spinbox shows nothing in the value section (meaning that no numbers show up and by clicking on arrows nothing happens). I assume it might be related to differences in Python versions (mine is 3.12.3 while theirs is 3.7.1), but I am unsure. Mind you, there are no errors appearing during the process of running the program.