Issue 9083: At least some Tools utilities are still Python 2 (original) (raw)
Issue9083
Created on 2010-06-25 22:38 by holdenweb, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg108641 - (view) | Author: Steve Holden (holdenweb) * ![]() |
Date: 2010-06-25 22:38 |
C:\Users\sholden>\python31\python \python31\Tools\webchecker\wcgui.py Traceback (most recent call last): File "\python31\Tools\webchecker\wcgui.py", line 63, in 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)? | ||
msg108651 - (view) | Author: Guido van Rossum (gvanrossum) * ![]() |
Date: 2010-06-25 23:36 |
Webchecker is so old, it should be deleted. | ||
msg109238 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2010-07-04 16:58 |
I opened a bug about testing demos and tools: #9153. There was already a bug about cleaning up demos, #7962, so I’ve made it into a meta-bug for demos and tools, superseding this one. Steve, I’m adding you to the nosy there, but I don’t feel confident enough to raise the severity or add other people to nosy. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:02 | admin | set | github: 53329 |
2010-07-04 16:58:40 | eric.araujo | set | status: open -> closedsuperseder: Demo and Tools need to be tested and prunedversions: - Python 3.1nosy: + eric.araujomessages: + resolution: duplicatestage: needs patch -> resolved |
2010-06-27 15:15:19 | giampaolo.rodola | set | nosy: + giampaolo.rodola |
2010-06-25 23:36:26 | gvanrossum | set | nosy: + gvanrossummessages: + |
2010-06-25 23:21:10 | pitrou | set | nosy: + gpolostage: test needed -> needs patchtype: enhancement -> behaviorversions: + Python 3.2 |
2010-06-25 22:38:42 | holdenweb | create |