tags:

views:

27

answers:

1

I got a game which uses PMW in its code and I wanted to know is that already installed with Python, or does it come separate? Whre can I get it from so I could get this game running?

I have difficulties opening it as it requires PMW.

+1  A: 

Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.

It's not a standard library, you need to get it from the project homepage.

unwind
ive tried installing it and it doesnt work
sasha0121
Can you detail the errors you get? "doesn't work" is not too descriptive.
Noufal Ibrahim
thanks found the problem
sasha0121