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

SourceForge.net noreply at sourceforge.net
Sat Oct 16 23:44:33 CEST 2004


Bugs item #1046800, was opened at 2004-10-14 01:55
Message generated for change (Comment added) made by facundobatista
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: Closed
>Resolution: Fixed
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


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

>Comment By: Facundo Batista (facundobatista)
Date: 2004-10-16 18:44

Message:
Logged In: YES 
user_id=752496

Changed to "from Tkinter import *".

Thank you!

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

Comment By: Terry J. Reedy (tjreedy)
Date: 2004-10-15 20:05

Message:
Logged In: YES 
user_id=593130

Or to 'from Tkinter import Frame' or prefix 'Frame' 
with 'Tkinter.' in its two appearances.  However, OP's version 
is consistent with, for instance, 16.1.2.2.

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

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