On Mon, Jan 19, 2009 at 12: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? > > Any general nudges in the right direction would be appreciated. > Thanks, > steve > As far as I know it would be a fairly reasonable expectation - you would simply hide the Tkinter screen when you show the pygame/pymedia window. However, I'm not nearly as versed on any of the above as a lot of folks here, so they may be able to confirm/contradict my advice. But with my limited knowledge, that's probably how I'd do it (unless you have a burning desire to learn pygame). HTH, Wayne
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor