Author holdenweb
Recipients holdenweb
Date 2010-06-25.22:38:41
SpamBayes Score 0.0012961
Marked as misclassified No
Message-id <1277505524.04.0.87838503944.issue9083@psf.upfronthosting.co.za>
In-reply-to
Content
C:\Users\sholden>\python31\python \python31\Tools\webchecker\wcgui.py
Traceback (most recent call last):
  File "\python31\Tools\webchecker\wcgui.py", line 63, in <module>
    from Tkinter import *
ImportError: No module named Tkinter

This makes is seem pretty clear that not even minimal effort has been expended to ensure that this Tools is functional. It's not a priority, so that's understandable. Maybe I am the only person who ever tried to use this under Python 3.

Perhaps we need a test that will fail if these things don't at least run to completion (and no, I don't know how I would test wcgui, but I'd be interested in discussing test strategies)?
History
Date User Action Args
2010-06-25 22:38:44holdenwebsetrecipients: + holdenweb
2010-06-25 22:38:44holdenwebsetmessageid: <1277505524.04.0.87838503944.issue9083@psf.upfronthosting.co.za>
2010-06-25 22:38:42holdenweblinkissue9083 messages
2010-06-25 22:38:42holdenwebcreate