Author vishnube
Recipients
Date 2004-10-14.04:55:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python Documentation
- Release 2.3.3
- December 19, 2003

In section, 16.1.6.5 The Window Manager, there is one
problem exists in the given example.

Please change the first line of the example
FROM:
import Tkinter

TO:
from Tkinter import *

Thank you,
Vishnu
History
Date User Action Args
2007-08-23 14:26:41adminlinkissue1046800 messages
2007-08-23 14:26:41admincreate