Re: how to tell the version of tk shipped with Python

2005-12-29 Thread Cameron Laird
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 > > > > > ... and, i

Re: how to tell the version of tk shipped with Python

2005-12-29 Thread Fredrik Lundh
[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 -- http://mail.python.org/mailman/listinfo/python-list

how to tell the version of tk shipped with Python

2005-12-29 Thread pipehappy
I am a newbie to the Python and wonder how I can know version of tk bound with Python Can some one tell me? Thanks -- http://mail.python.org/mailman/listinfo/python-list