Okay, so I\'m just trying to get some clarification on why my code is not working like I thought it would.
This question already has answers here: How to pass arguments to a Button command in Tkinter? (18 answers)
I am looking for a complete online reference for Python\'s tkinter module. I\'ve tried to find one by myself, but for some reason I can\'t.
I have a server based on twiste开发者_StackOverflowd reactor, and I need the following scenario: the server can receive two types of request
In .NET, there is the ListView control, which displays a multicolumn list of items with clickable column headings one can use to sort the list in ascending or descending order by column. I need a scro
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
so if i have this code from Tkinter import * admin = Tk() a = [] page = 1 def numup(): page = page + 1 page = str(page)
I\'m having a bit of a problem in creating my GUI\'s. It\'开发者_开发技巧s when changing backgrounds, I can change the whole background, and also the background of the labels and such, but when it com
I am trying to create a light weight cross platform Message Box that contains a list of items.Ideally it has an API that allows you to pass in a message to to display, a title, and tuple of choices.Wh
I\'m writing an app that doesn\'t have a main window (it runs inside a Python interpreter in another app), and I thought I had a good solution for getting Tkinter to cooperate--I made the Tkinter.Tk c