tcl question
Martin v. Loewis
martin at v.loewis.de
Thu Feb 14 19:37:41 EST 2002
More information about the Python-list mailing list
Thu Feb 14 19:37:41 EST 2002
- Previous message (by thread): tcl question
- Next message (by thread): searching a list of tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"MDK" <mdk at mdk.com> writes: > > One possible explanation is that you have an additional Python > > installation whose _tkinter.pyd is linked with an older Tcl version, > > or that you merely have an older _tkinter.pyd on your system. [...] > How do I find out if this is the case and what do I do about it? Search all your hard drives for files starting with either python, tcl, tk, or _tkinter, and ending in either .dll, or .pyd. Then remove those which don't belong to a current installation. Regards, Martin
- Previous message (by thread): tcl question
- Next message (by thread): searching a list of tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list