[Pythonmac-SIG] _tkinter
Bugbee, Larry
larry.bugbee@boeing.com
Wed May 7 17:09:08 EDT 2003
Try going into /lib/lib-tk/Tkinter.py and changing line 1571 (1572 =
depending)
to read:
if str(tcl_version) !=3D _tkinter.TCL_VERSION:
A bug report has been filed.
Larry
-----Original Message-----
From: EXT-Bedford, Robert L=20
Sent: Wednesday, May 07, 2003 8:19 AM
To: pythonmac-sig@python.org
Subject: [Pythonmac-SIG] _tkinter
When I try to run a simple tkinter program i.e.
from Tkinter import *
root=3DTk()
I get an error that complain that the version of tcl.h is different. =
However both items show 8.4 in parens. I tried to install TCL/TkAqua =
first and also tried 8.4.1 and 8.4.2 This also occurs running =
interpretive, from a file or command line (python or pythonw). While a =
window comes up the code is essentially dead since root is not defined =
at this point. Sorry I don't have the exact message since I am at work =
and the Macs are home. Any ideas? Thanks
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
More information about the Pythonmac-SIG
mailing list