Case mismatch on NT

Fredrik Lundh fredrik at pythonware.com
Fri Jul 16 11:45:50 EDT 1999


Hoon Yoon <hyoon at bigfoot.com> wrote:
>   If I use the second way, then I cannot use either portion of tk (and
> Dialog.py in Tk is pretty important)

afaik, it's obsolete.  new code should use
tkMessageDialog or tkFileDialog instead. see:

http://www.pythonware.com/library/tkinter/introduction/standard-dialogs.htm

if you have old code that relies on Dialog.py,
copy the file to the application directory, and
remove it from lib-tk...

</F>





More information about the Python-list mailing list