how to tell the version of tk shipped with Python

Fredrik Lundh fredrik at pythonware.com
Thu Dec 29 11:21:18 EST 2005


pipehappy at gmail.com wrote:

> I am a newbie to the Python and wonder how I can know version of tk
> bound with Python
>
> Can some one tell me?

>>> import Tkinter
>>> print Tkinter.TclVersion
8.4

</F>






More information about the Python-list mailing list