PySide Python 3 Support: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Rename category "LanguageBindings::PySide" -> "PySide")
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=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 [https://bugreports.qt.io/ the Qt Project bug tracker] ''[bugreports.qt.io]'' .


==References==
[[Category:PySide]]


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


===Categories:===
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] .


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

Latest revision as of 03:30, 5 June 2016


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