I apologize that this question is somewhat unique to the ActiveState free
products, not the generic Python. I asked the question at the ActiveState
support forum but it appears to be dead.

I installed ActiveState Python 3.1.4, and also ActiveState Tcl/Tk, both on
Mac OS X 10.6.

Python3 executing "import * from tkinter" is getting and executing the Apple
version of Tcl/Tk which is level 8.5.7. It appears to be getting it from
/System/Library/Frameworks/Tk.framework and Tcl.framework.

The ActiveTc (level 8.5.9) is in /Library/Frameworks rather than
/System/Library Frameworks. It contains a bug fix that I need.

Any suggestions on how I tell python3 to find the later Tcl/Tk instead of
the Apple one?

Also just by the way, how in program code can you check the release level of
Tk or ttk?

Thanks,

Dave Cortesi
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to