[issue5487] Parts of Tkinter missing (but not when running from IDLE)

2009-03-14 Thread Martin v. Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

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.

--
nosy: +loewis
resolution:  - wont fix
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5487
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5487] Parts of Tkinter missing (but not when running from IDLE)

2009-03-13 Thread oc

New submission from oc rstarfi...@berkeley.edu:

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.

--
components: Tkinter
files: snippet.py
messages: 83572
nosy: oc
severity: normal
status: open
title: Parts of Tkinter missing (but not when running from IDLE)
type: crash
versions: Python 3.0
Added file: http://bugs.python.org/file13328/snippet.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5487
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com