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