On Thu, 15 Jan 2009 19:09:00 +0100, José Matos <jaoma...@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+-'])"
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to