[ python-Bugs-1025599 ] tkinter.py invalid number of parameter for _tkinet.create

SourceForge.net noreply at sourceforge.net
Fri Sep 10 08:36:06 CEST 2004


Bugs item #1025599, was opened at 2004-09-10 08:21
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1025599&group_id=5470

Category: Tkinter
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: bertrandbfr (bebel)
Assigned to: Martin v. Löwis (loewis)
Summary: tkinter.py invalid number of parameter for _tkinet.create

Initial Comment:
Python 2.4a3 (#1, Sep  9 2004, 21:26:33) 
[GCC 3.2.2] on linux2

  File "/usr/local/lib/python2.4/lib-tk/Tkinter.py",
line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName,
className, interactive, wantobjects, useTk, sync, use)
TypeError: function takes at most 4 arguments (8 given)

this cause problem with skencil


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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-09-10 08:36

Message:
Logged In: YES 
user_id=21627

Are you sure you are using the correct _tkinter module?
_tkinter.create does take 8 arguments.

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

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


More information about the Python-bugs-list mailing list