Greg McFarlane - 2001-03-01

Logged In: YES
user_id=71522

Dave,

I don't have access to any Microsoft operating systems
so I can't give you very detailed answers. You say you
have a tar file? If so, you need to untar it. Do you
have a program called something like "tar". If so, you
will need to run "tar -xf C:\Downloads\python\Pmw.0.8.5.tar"
You should do this in a directory that is on your python
path. One way to find your python path is to start python
and run:
import sys
print sys.path

Hope this helps.

Greg