Search
Results
Tkinter assign button command in loop with lambda
[https://stackoverflow.com/questions/17677649/tkinter-assign-button-command-in-loop-with-lambda] - - public:Trinsec
I'm trying to create a few buttons (with a for) like so: def a(self, name): print name users = {"Test":"127.0.0.0", "Test2":"128.0.0.0"} row = 1 for name in users: user_button = Tkinter.B...