[EMAIL PROTECTED] 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>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to