Il Fri, 03 Aug 2007 12:38:09 +1000, John McMonagle ha scritto:
> Fabio Z Tessitore wrote:
>> I've tried to use Twm and SURPRISE! it works!!!
>>
>> Can you say why? How can I fix the prob with Gnome?
>>
>> Thanks
>
> I don't know why it doesn't work correctly on the version of gnome which
> you
Fabio Z Tessitore wrote:
> I've tried to use Twm and SURPRISE! it works!!!
>
> Can you say why? How can I fix the prob with Gnome?
>
> Thanks
I don't know why it doesn't work correctly on the version of gnome which
you are running (I run KDE). Perhaps the question needs to be posed to
a gnome
I've tried to use Twm and SURPRISE! it works!!!
Can you say why? How can I fix the prob with Gnome?
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
Il Thu, 02 Aug 2007 13:54:46 +1000, John McMonagle ha scritto:
> What window manager are you using ?
Hi John,
I'm using gnome, with gdm. Do you think the problem is this? I'm going to
try with another one ...
bye
--
http://mail.python.org/mailman/listinfo/python-list
Fabio Z Tessitore wrote:
> hi all,
>
> this Tkinter very simple code work fine:
>
> ##
> from Tkinter import *
>
> win = Tk()
> win.mainloop()
> ##
>
> but if I try to open a message box, it happens:
>
> Exception in Tkinter callback
> Traceback
Il Tue, 31 Jul 2007 18:45:57 -0400, jim-on-linux ha scritto:
> Try This:
>
> def reply():
> showinfo('ciao','hello')
>
I've tried without success ... thanks
I've also discovered that when I (or some other prog using tkinter)
display menu, the underscore is an ugly little black box.
On Tuesday 31 July 2007 15:24, Fabio Z Tessitore
wrote:
> Il Tue, 31 Jul 2007 19:12:48 +, kyosohma ha
scritto:
> > I'm not sure, but I don't think you need the
> > "win" variable at all. I can get it to work
> > as follows:
> >
> >
> >
> > from Tkinter import *
> > from tkMessageBox import s
Il Tue, 31 Jul 2007 19:12:48 +, kyosohma ha scritto:
>
> I'm not sure, but I don't think you need the "win" variable at all. I
> can get it to work as follows:
>
>
>
> from Tkinter import *
> from tkMessageBox import showinfo
>
> def reply():
> showinfo(title='ciao', message='hell
On Jul 31, 12:30 pm, Fabio Z Tessitore <[EMAIL PROTECTED]>
wrote:
> hi all,
>
> this Tkinter very simple code work fine:
>
> ##
> from Tkinter import *
>
> win = Tk()
> win.mainloop()
> ##
>
> but if I try to open a message box, it happens:
>
> Except
hi all,
this Tkinter very simple code work fine:
##
from Tkinter import *
win = Tk()
win.mainloop()
##
but if I try to open a message box, it happens:
Exception in Tkinter callback
Traceback (most recent call last):
File "lib-tk/Tkinter.py", li
10 matches
Mail list logo