Still writing a game. This error\'s a little different, though. I get a trace back like this... 开发者_高级运维Exception in Tkinter callback
I have a snippet which creates an OptionMenu widget. 开发者_开发技巧... options = (\'White\', \'Grey\', \'Black\', \'Red\', \'Orange\',
I work a lot on Pure Data, an app written in Tcl/Tk and C.I\'d like to be able to make a python API for plugins for modifying the Tcl/Tk GUI.To do this, it seems that I would need to be able to pas开发
So I have this code: from urllib2 import * import re import tkSimpleDialog import os import glob from Tkinter import *
I have a toplevel window that keeps appear underneath the root window, which is pretty annoying. Any idea how to make sure that the toplevel gets the focus when the function is called?
I have an application that I am attempting to build on Mac OS X that is primarily python and uses tk as its gui.
This question already has answers here: Tkinter: AttributeError: NoneType object has no attribute <attribute name>
Is there a way to wrap a tkinter GUI in a class that can be created and interacted with from another object? For this to be really useful, the class has to work so mainloop or its equivalent doesn\'t
So i have this code: from Tkinter import * Admin = Tk() def searches(): gett = search.get() lab = Label(frame开发者_如何学Python, text=\'searching for \' + gett)
As far as I\'m aware, cx_freeze is the only app able to make Python scripts to .exe files. However, I would like to make a GUI exe in Python 3. And after freezing a simple Tkinter GUI and running the