[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] OS X: pygame breaks Tk windows




On Jun 16, 2005, at 5:29 PM, Ben Willmore wrote:

On OS X (10.4), pygame.init() breaks the keyboard focus for any Tk
windows that are opened subsequently.  Tk windows that are opened
before the pygame.init() are OK only if update_idletasks() is called
before the pygame.init().

Not a bug, you can't mix GUI toolkits in-process with SDL. It might work with certain platform/toolkit combinations, but that's just an implementation detail and not guaranteed by any means anywhere.


-bob