tags:

views:

57

answers:

1

hi,

ive download python 2.5 i just wanted to know is Tkinter include with python or is it a seprate download?

A: 

Yes, it is included.

http://wiki.python.org/moin/TkInter

Anders
It depends on where you download from - python.org has it included, but some distributions (i.e. debian-based linux distros) have decided to distribute Tkinter separately.
nosklo
You are correct, i assumed he has downloaded it from Python.org, since it's the official website for Python.
Anders