I am learning Tkinter and building a simple 8 puzzle game. (Example: http://www.permadi.com/java/puzzle8/)
I\'m trying to write a GUI in Tkinter to select one among several complex Python objects. They represent records from a database; if needed, I could recover objects from a map given their integer uniq
How can I make a window appear at the bottom of the window stack? Preferably with Tkinter (However, WXPython works too). I\'d like it to appear below eve开发者_JAVA百科ry other window. This is in Wind
Is there any way to get what lines are currently visible in a Tkinter text widget? I\'m trying to make a scrollbar.
I\'m working on simple GUI but I\'m stuck. This is the basic flow: Show text text and: save time in time_pressed
WhenI create a tkinter window instance using a thread, even though the window is destroyed after execution, and the thread is joined; I can\'t make another tkinter window later on in the program flow.
Is there a way to check if part开发者_运维技巧 or an entire window is over/under another window in python?
So I\'m making a very small program for personal use in tkinter, and I\'ve run into a really strange wall. I\'m mixing tkinter with the pywin32 bindings because I really hate everything to do with the
I\'m trying to get _tkinter to import into Python.I s开发者_运维技巧uspect it may be due to not having values defined for the environment variables TK_LIBRARY and TCL_LIBRARY.This is as it stands afte
Installed Ubuntu 10.10 and Python 2.5.5.IDLE did not start from the terminal so I went into the Python interpreter and did \"import _tkinter\".The package was not found.开发者_Python百科After searchin