Wie bekomme ich eine message box in Python 2.7.5

>>> from Tkinter import tkMessageBox

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    from Tkinter import tkMessageBox
ImportError: cannot import name tkMessageBox

Bin ich immer diese Fehlermeldung, obwohl from Tkinter import * ist in Ordnung. Ich bin mit Python-2.7.5.

InformationsquelleAutor Anshuman | 2013-06-29
Schreibe einen Kommentar