Possible bug in Tkinter - Python 2.6
Eric Brunel
see.signature at no.spam
Fri Jan 16 04:47:36 EST 2009
On Thu, 15 Jan 2009 19:09:00 +0100, José Matos <jaomatos at gmail.com> wrote:
> On Thursday 15 January 2009 15:28:36 r wrote:
>> First of all be very careful using from "module" import * or you will
>> have name conflicts. Tkinter is made to be imported this way and i do
>> it all the time. for the others do.
>>
>> import tkMessageBox as MB
>> import tkFileDialog as FD
>> or whatever floats your boat.
>
> Importing explicitly works for me in Fedora 11 (rawhide):
> -----------------------------
> from Tkinter import *
> from tkMessageBox import askyesno
> from tkFileDialog import askopenfilename
[snip]
What do you mean by 'works'...? You don't have the problem? It doesn't
change a thing for me...
--
python -c "print ''.join([chr(154 - ord(c)) for c in
'U(17zX(%,5.zmz5(17l8(%,5.Z*(93-965$l7+-'])"
More information about the Python-list
mailing list