Does PySide support Python 3?

I ask for this because I saw this page , but I canโ€™t find the Mac OSX executables to download from the downloads page. Is there a place to get them.

+6
source share
4 answers

They wrote:

A study of Python 3 support has been conducted. According to the study, there are no insurmountable obstacles to supporting Python 3.

https://wiki.qt.io/PySide_Roadmap

https://wiki.qt.io/PySide_Python_3_Issues

+2
source

This question is old, but is one of the first answers on google, so it costs nothing:

  • Pyside has python 3 subdir and should work with Python 3
  • Last Release: August 2013
  • The official repository is gitorius, not github (github is an obsolete copy).
+15
source

Without testing yourself, but on the qt project website it says :

PySide has included support for Python 3.2 since version 1.0.8. If there are any problems with Python 3 support, they should be sent to the Qt Project bug tracker .

Last updated June 2016

+5
source

There is a similar question here Installing pyside with python3 on os x

In short, the answer is yes, and it can be installed with hombrew. However, PySide has a somewhat unprepared future. From what I can tell, there is no active development on PySide, and maybe it's time to use PyQt, which is actually a little easier to install.

+1
source

Source: https://habr.com/ru/post/919886/


All Articles