[issue12507] tkSimpleDialog problem

2012-07-31 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing because this issue is a bug in Tk, not a bug in Python. -- resolution: -> wont fix stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue12507] tkSimpleDialog problem

2011-07-06 Thread Ned Deily
Ned Deily added the comment: The problem is not with Python 2.7 per se. It's a problem when running on OS X with a Python linked with the current Aqua Cocoa Tk 8.5, such as the ActiveState Tcl/Tk. Your test case works OK when using the current 32-bit-only Python 2.7.2 from python.org which l

[issue12507] tkSimpleDialog problem

2011-07-06 Thread LMO
Changes by LMO : -- assignee: -> ronaldoussoren components: +Macintosh -Tkinter nosy: +ronaldoussoren ___ Python tracker ___ ___ Pyth

[issue12507] tkSimpleDialog problem

2011-07-06 Thread LMO
LMO added the comment: I confirmed that the problem does not exist under Win XP using python 2.7.2. -- ___ Python tracker ___ ___ Pyt

[issue12507] tkSimpleDialog problem

2011-07-06 Thread LMO
LMO added the comment: Omitted platform info: MacBook Pro, 2.4 GHz Intel Core 2 Duo, 4 GB RAM, OS X 10.7 build 11A511 also confirmed on OS X 10.6 (Snow Leopard) -- ___ Python tracker __

[issue12507] tkSimpleDialog problem

2011-07-06 Thread LMO
New submission from LMO : tkSimpleDialog displays blank rectangle and hangs with version 2.7. Works fine on version 2.6. In attached program, click on button labeled "Press this Button" which will call tkSimpleDialog. -- components: Tkinter files: ACSDtest.py messages: 139939 nosy: r