thp / pyotherside

Python Bindings for Qt 5 and Qt 6. Allows you to access a CPython 3 interpreter directly from your Qt QML user interface code.
https://thp.io/2011/pyotherside/
Other
364 stars 49 forks source link

Fix compilation on Windows with VS 2017 #106

Closed uglide closed 5 years ago

uglide commented 5 years ago

Remove usage of variable length array to fix compilation on Windows

Fix #93