I posted a similar question a while ago but haven\'t received any answers so i thought i might ask a more generic question:
I\'ve written a Python utility that uses tkinter. I\'m running it on a Macintosh. When it is executed, it runs within an apple-supplied Python launcher program (/Library/Frameworks/Python.framework/Ve
I\'m referring to a specific element in the Listbox widget. Colouring the background is most desired but any form of colouring for a specific c开发者_如何学Goell would be fantastic.According to the
I\'m a really rookie to Tkinter so excuse my lack of vision here. What I\'m trying to accomplish is the following: give the user 3 text fields that are queryable fields, a submit button to execute the
I wrote a small farad converter to learn GUI programming. It works great, looks fine-ish.The only problem is I can\'t seem to figure out how to control this strange highlighting that comes up on my tt
A colleague of mine wants to use my python 2 code on his OS X (10.6) machine. My code imports several built-in python packages, including Tkinter and shelve, and also uses third-party packages, includ
I am new to Python and I am writing a program just for fun. My program consists of three .py files (let\'s say a.py, b.py, c.py). a will either call on the functions within either b or c, depending on
python and Tkinter are processing Unicode characters correctly. But they are not able to display Unicode encoded characters correctly.
Is there an 开发者_如何学Goequivalent to Tkinter\'s .after() in wxPython? For those that don\'t know .after() allows the running of functions at some point in the future. This can be used to make lo
I\'m making a program that imports a custom widget that is a class (it inherits from the Tkinter Frame widget). It all works great until I get to binding. To reduce confusion we\'ll call the main appl