In article <[EMAIL PROTECTED]>,
Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>[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>
>
>
>
... and, if you need more detail,
>>> print Tkinter.TkVersion
8.4
>>> Tkinter.Tk().tk.eval("info patchlevel")
'8.4.7'
>>> print Tkinter.__version__
$Revision: 1.177 $
--
http://mail.python.org/mailman/listinfo/python-list