Re: [Pythonmac-SIG] Tkinter and PyObjC

2017-09-06 Thread Kevin Walzer
Ronald, On 9/6/17 4:57 PM, Ronald Oussoren wrote: I’ve done some quick browsing of the Tk source code and it appears that Tk assumes that -[NSApplication sharedApplication] returns an instance of a Tk-specific private subclass of NSApplication and that won’t be true when the Tk runloop is sta

Re: [Pythonmac-SIG] Tkinter and PyObjC

2017-09-06 Thread Jack Jansen
From memory (and cobwebbed memory, at that:-) I recall that I never got Tkinter and Cocoa to work together. The runloops got into each others’ ways. Similar for other GUI toolkits (Gtk, for example). I did (with lots of pulling of hairs and gnashing of teeth) get Cocoa GUI to work together with