[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

RE: [pygame] how to display pygame graphics within a wxpython window



 

 

Ok, but is there any way to tell PyGame to paint any window, I mean by passing the window handle to pygame.

 

hi,

 

Using pygame with wxpython is not supported.  See this page for details:

http://www.pygame.org/wiki/Gui

 

 

cheers,

 

 

On Wed, Mar 5, 2008 at 4:01 PM, Sibtey Mehdi <sibteym@xxxxxxxxxxxxxx> wrote:

> 

> 

> 

> 

> Hi

> 

>         How to display pygame graphics within a wxpython window. I have

> tried the last example on http://wiki.wxpython.org/IntegratingPyGame but it

> opens the two separate window one for pygame one for frame. I want to create

> one frame that can use the pygame  drawing functionality.

> 

> 

> 

> 

> 

> Thanks.

> 

> Sibtey