Pyside facility

Asked

Viewed 243 times

0

I’m trying to install Pyside in python 3.5 (32-bit), I installed Pip without problems, but I’m not able to install the easy_install, this error appears when I run on cmd here:

inserir a descrição da imagem aqui

But when I run the command 'import easy_install' in the python console, no error appears for me and when I run "import Pyside' of the error 'Import: In the module named 'Pyside'"

Does anyone know what causes this mistake?

  • @zekk did not work here, I put exactly this in cmd? I put with the '> ' together and without, and it did not work here

  • @zekk am not succeeding, so put in cmd: > easy_install Pyside, but does not recognize the 'command' Pyside

  • In the variable PATH is the Python path? ex: C: Python27 Scripts, if not put, here it works...http://i.stack.Imgur.com/dzQ36.png

  • How do I use this PATH variable? first time I move in python

  • See: https://docs.python.org/2/using/windows.html#excursus-Setting-Environment-variables

  • What is the Python installation location on your pc?

  • I’m trying to find it here, it’s installed, but I can’t find where the python folder is, I didn’t notice it when I installed it @zekk

  • @zekk You are here: C: Users Alexandre Appdata Local Programs Python Python35-32

Show 3 more comments

1 answer

1


At the moment there is no compatibility pyside with python 3.5.

Compatibility only exists in versions [2.6 - 3.4]

Browser other questions tagged

You are not signed in. Login or sign up in order to post.