[Python-bugs-list] [Bug #115714] Module 'turtle' exports name 'Tk'...

noreply@sourceforge.net noreply@sourceforge.net
Sat, 30 Sep 2000 17:13:28 -0700


Bug #115714, was updated on 2000-Sep-30 06:03
Here is a current snapshot of the bug.

Project: Python
Category: Tkinter
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Module 'turtle' exports name 'Tk'...

Details: 
...and this produce error in the following code:

from Tkinter import *
from turtle import *

root = Tk()  # Oops! TypeError: call of non-function.
...



Follow-Ups:

Date: 2000-Sep-30 09:38
By: loewis

Comment:
A patch for that is in
http://sourceforge.net/patch/?func=detailpatch&patch_id=101724&group_id=5470
-------------------------------------------------------

Date: 2000-Sep-30 17:13
By: fdrake

Comment:
I've approved the patch that fixes this; when it gets checked in this bug should be closed.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115714&group_id=5470