I'm getting an exception when I call Pmw.OptionMenu.setitems(). I originally developed an application using Python 2.5 under win32. Now that I'm trying to upgrade to Python 2.6.2 I've run into this problem - it also occurs with Python 2.5.4.
I hacked up the OptionMenu.py demo to demonstrate the problem (see below).
When you click on the first OptionMenu it is supposed to change the items in.
2009-05-25 23:12:47 UTC in Python megawidgets