Issue5487
Created on 2009-03-14 05:16 by oc, last changed 2009-03-14 08:43 by loewis.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
snippet.py
|
oc,
2009-03-14 05:16
|
Mario Paint Composer Assistant snippet |
|
|
|
msg83572 - (view) |
Author: (oc) |
Date: 2009-03-14 05:16 |
|
When running a script using Python 3.0.1 I get an error saying that
tkinter.messagebox doesn't exist. However when I run the same script
from within IDLE, it works fine.
This has led to my thinking I'd fixed the Python 2.6/3 compatibility
errors while testing in IDLE, but had end users say it didn't work.
|
|
msg83573 - (view) |
Author: Martin v. Löwis (loewis) |
Date: 2009-03-14 08:43 |
|
Why do you think this is a bug? You need to import tkinter.messagebox
explicitly for your program to be correct. That you could do without
inside IDLE is only because IDLE had already imported that module.
Closing as "won't fix".
|
|
| Date |
User |
Action |
Args |
| 2009-04-26 03:17:07 | kbk | link | issue5756 superseder |
| 2009-04-26 03:13:53 | kbk | link | issue1529142 superseder |
| 2009-03-14 08:43:56 | loewis | set | status: open -> closed
nosy:
+ loewis messages:
+ msg83573
resolution: wont fix |
| 2009-03-14 05:16:23 | oc | create | |
|