[issue42805] broken pygame integration into wxpython

2021-01-01 Thread monchy
monchy added the comment: The only thing I changed was the version of python I was using, which means that whatever caused the problem was python itself if something was changed in how the interpreter operates the environmental variables or something then that might do it PYTHON broke MY

[issue42805] broken pygame integration into wxpython

2021-01-01 Thread monchy
New submission from monchy : in previous python verions a pygame window could be embedded into wxpython by assigning the SDL_WINDOWID to the current wx.Panel.GetHandle() and the SDL_VIDEODRIVER to 'windib' before importing python the same code creates a separate pygame window in