PySide Python 3 Support
Jump to navigation
Jump to search
PySide – Python 3 support
PySide has included support for Python 3.2 since version 1.0.8. If there are any issues with Python 3 support, they should be reported in the Qt Project bug tracker [bugreports.qt.io] .
References
- Porting Extension Modules to 3.0 [docs.python.org]
- Porting a C extension module to Python 3.0 [rhodesmill.org]
- PyModule_Create vs Py_InitModule [copypastecode.com]
- What’s New In Python 3.0 [docs.python.org]
- Python Wiki: PortingExtensionModulesToPy3k [wiki.python.org]