Using PMW?

K

ken

Please pardon my ignorance regarding this question, I'm new to Python.

I'm running Python 2.2.3 (win32) with the latest download of Python
MegaWidgets 1.1. I'm attempting to run the demos but get the following:

C:\Python22\Pmw\demos>python all.py
Traceback (most recent call last):
File "all.py", line 84, in ?
DemoVersion.setPmwVersion()
File "DemoVersion.py", line 32, in setPmwVersion
if version in Pmw.installedversions():
AttributeError: 'module' object has no attribute 'installedversions'

C:\Python22\Pmw\demos>python colors.py
Traceback (most recent call last):
File "colors.py", line 44, in ?
Pmw.initialise(root, fontScheme = 'pmw1')
AttributeError: 'module' object has no attribute 'initialise'

Is this a problem with the libray not being found? I've read the docs with
the widgets and it seems to be straight forward. I'm hoping someone has the
answer.

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top