[issue18592] Idle: test SearchDialogBase.py

Saimadhav Heblikar report at bugs.python.org
Sun Jul 13 07:48:29 CEST 2014


Saimadhav Heblikar added the comment:

A bug introduced by 91491:a0e8f2d882a3.

Opening Find-in-files gives the following error

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/saimadhav/dev/34-cpython/Lib/tkinter/__init__.py", line 1487, in __call__
.
.
<SNIPPED>
.
.
    self.tk = master.tk
AttributeError: 'tuple' object has no attribute 'tk'

----------
Added file: http://bugs.python.org/file35937/grepdialog_bug.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18592>
_______________________________________


More information about the Python-bugs-list mailing list