On Mon, Jan 19, 2009 at 1:05 PM, Steve Willoughby <st...@alchemy.com> wrote:

> Is it reasonable to expect that I could use Tkinter for
> everything else, but use pygame/pymedia to handle things like
> creating a video playback window on the screen, or is pygame
> going to want to run the whole GUI event loop and screen updates
> in competition with Tkinter?

My guess is that pygame and Tkinter are both going to want to control
the event loop. Googling 'pygame tkinter' gives both hints that it
might be possible and hints of trouble...

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to