Dudeja, Rajat wrote:
So, now I've finally started using Eclipse and PyDev as an IDE for my
GUI Application. I just wrote some sample programs as an hands on.

Now I would like to take up Tkinter. I'm using Active State Python
version 2.5 and found that there is not Tkinter and Tk module in it.

To use Tkinter do I actually require Tk installed on my machine? Please
suggest and where can I find both these modules?

As was mentioned by others, ActivePython *does* include Tkinter/Tk/Tix support in all builds. One exception is that the Tkinter in ActivePython **on Mac OS X-only** depends on a separate install of either ActiveTcl or TclTkAqua to provide the Tk framework.

Cheers,
Trent

--
Trent Mick
trentm at activestate.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to