line 342; w = classCmd(*(), **kw)
tests trip over every time in py3 at this line,
Pmw/Pmw_2_0_0/tests/Test.py", line 342, in _constructor
w = classCmd(*(), **kw)
TypeError: 'Vector' object is not callable
and the constructor is ofcourse common to almost every test
Python py32, pmw-2.0.0
or, and for pmw-1.3.3 under py2.7. See attached file
Oh right, and for pmw-1.3.3 under p[y2,7, see attached file
Ian, I haven't been able to reproduce this on either Python 3.2.3 or 3.3. It might be an older problem which was already solved in CVS. I've just uploaded a changed build of Pmw2 (the Py3 version) which passes all tests without any error messages - please try this one and see if the problem persists.
Regarding Pmw1.3.3, I've also uploaded an improved version which passes all tests quietly. I'll keep checking for problems in case everything comes up (I'm not sure if the python version I'd tested before is 2.6 or 2.7, I currently have 2.6 on my dev machine but I'll give 2.7 a try).