In which kind of application is Tkinter usually used? I\'m doing a project in Python in which I\'m using it for the first tim开发者_开发技巧e to build a simple user interface.
I would like to know if it is possible to calculate the 开发者_开发问答screen size using Tkinter.
how can I set w开发者_JS百科idth to a tk.Frame (post-initialization ?) In other words, is there a member function to do it ? Sometheing like frame.setWidth()
What does the following error message mean? AttributeErro开发者_如何学Cr: \'NoneType\' object has no attribute \'tk\'
how can I assign a numeric value instead of a string to specify the color of my button ? What the exact syntax ?
I think I\'m missing something basic about Tkinter. What would be th开发者_C百科e correct way to create several windows with the same hidden root window? I can get one window to open, but once it\'s
How can I 开发者_运维知识库create a histogram with TKinter and python ?this will help : http://effbot.org/tkinterbook/canvas.htm or http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.htmlI don\'t kn
I\'m trying to make an exe in Windows out of python I developed in Linux.The program works on it\'s own in python under Windows, and when I use cxfreeze it completes and makes 开发者_StackOverflowthe
Is there a slider widget in TKinter libraries ? I need a slider t开发者_运维技巧o set a specific valueSee the effbot docs:
I\'m unable to find any way to load .bmp fi开发者_如何学Pythonle into Tkinter() so that I can use it in a canvas widget!Plz help me!