Re: wxPython and PyGame - do they play well together?

2005-01-19 Thread Erik Bethke
After a touch more of exploration... actually from the wxPython demo's startup tips lead me over to the wxPython Wiki Here I found this gem: http://wiki.wxpython.org./index.cgi/IntegratingPyGame Awesome. There is in fact some very tricky timing of the import statement for pygame -Erik --

Re: wxPython and PyGame - do they play well together?

2005-01-18 Thread Erik Bethke
Thank you, My apologies to all for insufficient googling -Erik -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython and PyGame - do they play well together?

2005-01-18 Thread Terry Reedy
"Erik Bethke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am having a great time with python and pygame, and last night I took > a long look at the wxPython demo. I think that rocks as well. > > So now, my question is do wxPython and PyGame work together? I have no personal

wxPython and PyGame - do they play well together?

2005-01-17 Thread Erik Bethke
Hello All, I am having a great time with python and pygame, and last night I took a long look at the wxPython demo. I think that rocks as well. So now, my question is do wxPython and PyGame work together? How is the windows event loop managed? How is the display window managed? Is it possible