[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 softwa

[issue42805] broken pygame integration into wxpython

2021-01-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Pygame and wxpython are not parts of the stdlib. Please use an appropriate bug tracker. -- nosy: +serhiy.storchaka resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[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 the newest pyt