This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MonchyTales
Recipients MonchyTales
Date 2021-01-01.19:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609529997.71.0.350416816551.issue42805@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-01-01 19:39:57MonchyTalessetrecipients: + MonchyTales
2021-01-01 19:39:57MonchyTalessetmessageid: <1609529997.71.0.350416816551.issue42805@roundup.psfhosted.org>
2021-01-01 19:39:57MonchyTaleslinkissue42805 messages
2021-01-01 19:39:57MonchyTalescreate