[issue4190] IDLE (2.6) doesn't stay open

2008-10-23 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Duplicate of #4017. -- nosy: +benjamin.peterson resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4190] IDLE (2.6) doesn't stay open

2008-10-23 Thread Andrew Shaw
New submission from Andrew Shaw <[EMAIL PROTECTED]>: Downloaded Python 2.6 for Mac OS X. When launching IDLE.app, it puts the icon on the dock for a second, then disappears. Nothing else ever happens. X11 does not open either. -- components: IDLE messages: 75151 nosy: andrew.t.shaw7