This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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 <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)? |
|||
| msg108651 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2010年06月25日 23:36 | |
Webchecker is so old, it should be deleted. |
|||
| msg109238 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | 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 -> closed superseder: Demo and Tools need to be tested and pruned versions: - Python 3.1 nosy: + eric.araujo messages: + msg109238 resolution: duplicate stage: needs patch -> resolved |
| 2010年06月27日 15:15:19 | giampaolo.rodola | set | nosy:
+ giampaolo.rodola |
| 2010年06月25日 23:36:26 | gvanrossum | set | nosy:
+ gvanrossum messages: + msg108651 |
| 2010年06月25日 23:21:10 | pitrou | set | nosy:
+ gpolo stage: test needed -> needs patch type: enhancement -> behavior versions: + Python 3.2 |
| 2010年06月25日 22:38:42 | holdenweb | create | |