[Tutor] Tkinter: no module named messagebox

brandon w thisisonlyatest at gmx.com
Sat Aug 13 23:06:26 CEST 2011


On 08/13/2011 04:49 PM, Peter Otten wrote:
> `python -c 'import Tkinter, os; print
> os.path.dirname(Tkinter.__file__)'`
Thanks dude. That is some really useful information. That will help me 
for future coding.
I found that I needed to use "from tkMessageBox import *" to get it to work.


More information about the Tutor mailing list