PySide Python 3 Support: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 5: Line 5:
= PySide - Python 3 support =
= 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":https://bugreports.qt.io/ .
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 [https://bugreports.qt.io/ the Qt Project bug tracker] .


== References ==
== References ==


* "Porting Extension Modules to 3.0":http://docs.python.org/release/3.0.1/howto/cporting.html
* [http://docs.python.org/release/3.0.1/howto/cporting.html Porting Extension Modules to 3.0]
* "Porting a C extension module to Python 3.0":http://rhodesmill.org/brandon/2008/porting-a-c-extension-module-to-python-30
* [http://rhodesmill.org/brandon/2008/porting-a-c-extension-module-to-python-30 Porting a C extension module to Python 3.0]
* "PyModule_Create vs Py_InitModule":http://www.copypastecode.com/31895/
* [http://www.copypastecode.com/31895/ PyModule_Create vs Py_InitModule]
* "What’s New In Python 3.0":http://docs.python.org/release/3.0.1/whatsnew/3.0.html
* [http://docs.python.org/release/3.0.1/whatsnew/3.0.html What’s New In Python 3.0]

Revision as of 15:12, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

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 .

References