Pygame and TKinter

Matthew Wilson mwilson at sarcastic-horse.com
Mon Nov 3 14:00:18 EST 2003


In article <mailman.185.1067368262.702.python-list at python.org>, Lane
LiaBraaten wrote:

> Does anyone know a way to insert a pygame surface into a tkinter gui?
> I am writing a program similar to a mpeg player, i.e. i need the mpeg playing 
> capabilities of pygame and the gui stuff from tkinter.
> 
> TIA,
> LGL

There's a limited gui interface available with pygame.  You could also
always make your own button icons and have them respond to button
clicks.  What Tkinter widgets do you want to use in particular? 




More information about the Python-list mailing list