[Tutor] Re: Using PMW?

klappnase klappnase@freenet.de
Tue Jul 22 07:29:15 2003


On Mon, 21 Jul 2003 16:21:20 -0700
"Ken Erickson" <kericks272@earthlink.net> wrote:


> One thing that I have noticed is that when I start the IDLE program and type
> "import pmw" I get:
> 
> >>> import pmw
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in ?
>     import pmw
> ImportError: No module named pmw

Seems like there is a typo here; the module's name Is Pmw.

> I did a search for "pmw.py" and found nothing on my system.  I'm new to
> Python so I'm not sure if I'm suppose to build this module or what?  Do you
> have any ideas?
> 
I have no such file, too; I must admit that I don't know much about Pmw, but that is obviousliy o.k.
The best you try it again with "import Pmw" and see what happens.

Regards

Michael