tkinter Pmw problem - Panda 1.7

Hi,
I just installed 1.7 from the 32bit deb file.
I had to install python-tk, but I now get this error:

Traceback (most recent call last):
  File "hurry.py", line 78, in <module>
    render.place()
  File "/usr/share/panda3d/pandac/libpandaModules.py", line 1096, in place
    base.startDirect(fWantTk = 1)
  File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 2497, in startDirect
    self.startTk(fWantTk)
  File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 2492, in startTk
    from direct.showbase import TkGlobal
  File "/usr/share/panda3d/direct/showbase/TkGlobal.py", line 8, in <module>
    import Pmw
ImportError: No module named Pmw

Any clues?

\d

Install the python-pmw package.

Ah, now I feel like a right pineapple :smiley:
Thanks, sorted.

\d