Pmw Inconsistencies -- Any ideas ??

jepler at unpythonic.net jepler at unpythonic.net
Thu Jul 18 07:52:23 EDT 2002


On Thu, Jul 18, 2002 at 08:06:35AM +0000, Mike MacDonald wrote:
> ##Error message:
> ##    Traceback (most recent call last):
> ##  File "C:\Documents and Settings\t914149\Desktop\Pmw.py", line 1, in ?
> ##    import Pmw
> ##  File "C:\Documents and Settings\t914149\Desktop\Pmw.py", line 11, in ?
> ##    root=Pmw.initialise()

You're bound to have problems when you have two modules with the same name.
Here, it looks like you're running the file "Pmw.py" which tried to import
the module "Pmw".

Jeff





More information about the Python-list mailing list