[issue2693] IDLE doesn't work with Tk 8.5

2008-12-31 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: Closing as only r59654 was backported to release25-maint, so Tk 8.5 is not fully supported by the standard Tkinter present in python 2.5.x -- resolution: - wont fix status: open - closed ___ Python

[issue2693] IDLE doesn't work with Tk 8.5 under python 2.5 and older

2008-12-31 Thread Guilherme Polo
Changes by Guilherme Polo ggp...@gmail.com: -- title: IDLE doesn't work with Tk 8.5 - IDLE doesn't work with Tk 8.5 under python 2.5 and older ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2693

[issue2693] IDLE doesn't work with Tk 8.5

2008-08-16 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: Hi there, The revisions you are after are r59653 and r59654. I really don't see a reason to not patch release25-maint with those ones. -- nosy: +gpolo ___ Python tracker [EMAIL PROTECTED]

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-29 Thread Greg Couch
Greg Couch [EMAIL PROTECTED] added the comment: Starting over: The goal of this patch is to get Tk 8.5 to work with Python 2.5's Idle. It currently fails with a ValueError, invalid literal for int() with base 10: '(72,' (the 72 changes depending on what was typed in). The root cause of bug is

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-27 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: I wish I could be as cavalier about Tk 8.5. The last version of Tk 8.4 just came out and it really shows its age, especially on Mac OS X, and those are ~25% of our application's downloads. Still, why is that a problem to use it for IDLE?

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-27 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser [EMAIL PROTECTED]: -- nosy: +kbk __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2693 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-26 Thread Greg Couch
Greg Couch [EMAIL PROTECTED] added the comment: I wish I could be as cavalier about Tk 8.5. The last version of Tk 8.4 just came out and it really shows its age, especially on Mac OS X, and those are ~25% of our application's downloads. Since Python 2.6a2 is not suitable for production use,

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-25 Thread Greg Couch
New submission from Greg Couch [EMAIL PROTECTED]: IDLE and Tk 8.5 don't well work together for both Python 2.5 and 2.6a (SVN version). The reasons are related but different. In Python 2.5, you can't select any text in the IDLE window and whenever a calltip is to appear, you get a backtrace

[issue2693] IDLE doesn't work with Tk 8.5

2008-04-25 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: I'm skeptical about this patch; it may break other things. So Python 2.5 just doesn't support Tcl 8.5 - you need to stay with Tcl 8.4. -- nosy: +loewis __ Tracker [EMAIL PROTECTED]