Case mismatch on NT
Fredrik Lundh
fredrik at pythonware.com
Fri Jul 16 11:45:50 EDT 1999
More information about the Python-list mailing list
Fri Jul 16 11:45:50 EDT 1999
- Previous message (by thread): Case mismatch on NT
- Next message (by thread): Contractor need for integration prj (long)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Case mismatch on NT
- Next message (by thread): Contractor need for integration prj (long)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list