Re: ActiveState Python v2.5 doesn't come with Tkinter or Tk installed.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Trent Mick

    Re: ActiveState Python v2.5 doesn't come with Tkinter or Tk installed.

    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
Working...