PySide installation

0

I'm trying to install PySide in python 3.5 (32-bit), I installed the pip without any problems, but I'm not able to install easy_install . >

ButwhenIrunthe'importeasy_install'commandinthepythonconsole,thereisnoerrorformeandwhenIrunthe'importPySide'errorthe'ImportError:Nomodulenamed'PySide'"

Does anyone know what causes this error?

    
asked by anonymous 15.08.2016 / 05:28

1 answer

1

Currently PySide is not compatible with python 3.5.

Compatibility exists only in the [2.6 - 3.4]

    
15.08.2016 / 17:33