[issue7738] IDLE hang when tooltip comes up in Linux

2012-03-21 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Works fine on Ubuntu 11.10 with tk 8.5 for 3.2, 2.7 and 3.3 alpha. -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7738

[issue7738] IDLE hang when tooltip comes up in Linux

2012-03-21 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Since most people can't reproduce this problem now, let's assume it was a problem in the particular version of Tk used. If someone can reproduce it with a current IDLE and Tk, please reopen with details. -- nosy: +ned.deily stage: test needed

[issue7738] IDLE hang when tooltip comes up in Linux

2012-03-21 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: +1 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7738 ___ ___ Python-bugs-list

[issue7738] IDLE hang when tooltip comes up in Linux

2011-05-12 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: Linux trader 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686 GNU/Linux kbk@trader:~/Python/Py27$ aptitude show tk8.5 Package: tk8.5 ... Version: 8.5.9-2 Debian Linux Wheezy Can't reproduce on 2.7.1+ 3.1.4+ 3.2.1beta 3.3alpha0 with Tk8.4

[issue7738] IDLE hang when tooltip comes up in Linux

2010-08-01 Thread Rakesh
Rakesh rakeshdhanire...@gmail.com added the comment: I too have the same bug with python 2.6.4 and 3.1. The issue seems to be with Tk8.5. Earlier idle packages worked fine Tk8.4. -- nosy: +rakesh_d ___ Python tracker rep...@bugs.python.org

[issue7738] IDLE hang when tooltip comes up in Linux

2010-07-12 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: Works for me on 2.6.4, trunk, and 3.2a0 - arch linux Tk 8.4 -- keywords: +needs review resolution: - works for me ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7738

[issue7738] IDLE hang when tooltip comes up in Linux

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - kbk nosy: +kbk versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7738 ___

[issue7738] IDLE hang when tooltip comes up in Linux

2010-01-19 Thread Kent Yip
New submission from Kent Yip yes...@gmail.com: IDLE will hang when a tooltip shows in a Linux system (Ubuntu). do this: t = (1,2,3) len(t) it will hang after the closing ')', when you press return nothing will happen or when you press any keys, it won't show up. However, you can work