[ python-Bugs-1046800 ] Error in the given example

SourceForge.net noreply at sourceforge.net
Thu Oct 14 06:55:04 CEST 2004


Bugs item #1046800, was opened at 2004-10-14 04:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1046800&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Vishnu (vishnube)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error in the given example

Initial Comment:
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1046800&group_id=5470


More information about the Python-bugs-list mailing list