Can anyone tell me if pygame and Tkinter can work together?

jepler at unpythonic.net jepler at unpythonic.net
Tue Nov 15 20:28:28 EST 2005


It's likely to be a challenge; each one has its own "event loop", and
the exact pitfalls of trying to use both at the same time probably
depend on the operating system too.  For instance, on X, Tk and SDL
probably both expect full control of the handlers registered with
XSetErrorHandler and XSetIOErrorHandler, but Xlib only permits a single
handler.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051115/31b109a1/attachment.sig>


More information about the Python-list mailing list