En Fri, 03 Apr 2009 03:55:20 -0300, Wolfgang Forstmeier <mail...@supai.de>
escribió:
On 03.04.2009 05:29, Gabriel Genellina wrote:
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
<mail...@supai.de> escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
<mail...@supai.de> escribió:
what kind of error do I have with getting this error at starting my
app.
Im am not using IdleConf.GetOption right now.
from idlelib.OutputWindow import tkMessageBox
...
# Define about message box
def about(self):
tkMessageBox.showinfo("About", "My little about text box.")
# --
...
There is some more GUI programming arround that def in my class, but
that uses only Tkinter, should not be interesting for that error.
The above doesn't use idlelib either; tkMessageBox comes with Tkinter.
import tkMessageBox
is enough, and doesn't carry idlelib as a dependency.
If you remove all idlelib remaining references -if any- that annoying
warning should go away too (and your program should be smaller and load
faster).
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list