Pmw Use and Grayson's Book

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • W. Watson

    Pmw Use and Grayson's Book

    I don't have Grayson's Tkinter book, but I see he uses something called Pmw.
    Why is it needed with Tkinter?
    --
    Wayne Watson (Nevada City, CA)

    Web Page: <speckledwithSt ars.net>
  • Mike Driscoll

    #2
    Re: Pmw Use and Grayson's Book

    On Feb 17, 9:33 pm, "W. Watson" <wolf_tra...@in valid.comwrote:
    I don't have Grayson's Tkinter book, but I see he uses something called Pmw.
    Why is it needed with Tkinter?
    --
    Wayne Watson (Nevada City, CA)
    >
    Web Page: <speckledwithSt ars.net>
    It's not needed. It's just an extra set of widgets that are not
    included in the standard set. As I recall, PMW = Python Mega-Widgets.
    Check out their site:

    Pmw - a toolkit for building high-level compound widgets in Python


    You'll probably also come across Tix, another subset of widgets, which
    I think is now included with Python be default from 2.4 on up. It
    should be noted that PMW is not included with the standard Python
    distro though.

    Mike

    Comment

    • W. Watson

      #3
      Re: Pmw Use and Grayson's Book

      I wonder why he uses it? If I want to run his examples, where do I put the
      lib he includes? Same folder as the example?

      Mike Driscoll wrote:
      On Feb 17, 9:33 pm, "W. Watson" <wolf_tra...@in valid.comwrote:
      >I don't have Grayson's Tkinter book, but I see he uses something called Pmw.
      > Why is it needed with Tkinter?
      >--
      > Wayne Watson (Nevada City, CA)
      >>
      > Web Page: <speckledwithSt ars.net>
      >
      It's not needed. It's just an extra set of widgets that are not
      included in the standard set. As I recall, PMW = Python Mega-Widgets.
      Check out their site:
      >
      Pmw - a toolkit for building high-level compound widgets in Python

      >
      You'll probably also come across Tix, another subset of widgets, which
      I think is now included with Python be default from 2.4 on up. It
      should be noted that PMW is not included with the standard Python
      distro though.
      >
      Mike
      --
      Wayne Watson (Nevada City, CA)

      Web Page: <speckledwithSt ars.net>

      Comment

      Working...