When py2exe sets Pmw for binary distribution, this one compacts the Pmw source,
normally in library.zip. But Pmw does not know how to import from this zipped
module, then the binary fails:
"WindowsError: [Error 3] ..."
The description of this fail (and solution) can be read in the following page:
http://www.py2exe.org/index.cgi/ConfigImportProblems
Need to implement this...
2009-01-05 17:49:33 UTC in Python megawidgets