[New-bugs-announce] [issue42805] broken pygame integration into wxpython

monchy report at bugs.python.org
Fri Jan 1 14:39:57 EST 2021


New submission from monchy <monchytales at gmail.com>:

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 python version
a basic implementation can be found here:
https://github.com/Monchytales/Puppet-Theatre/blob/main/pygame_panel.py

----------
messages: 384203
nosy: MonchyTales
priority: normal
severity: normal
status: open
title: broken pygame integration into wxpython
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42805>
_______________________________________


More information about the New-bugs-announce mailing list