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:
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
– alexandre9865
@zekk am not succeeding, so put in cmd: > easy_install Pyside, but does not recognize the 'command' Pyside
– alexandre9865
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– stderr
How do I use this PATH variable? first time I move in python
– alexandre9865
See: https://docs.python.org/2/using/windows.html#excursus-Setting-Environment-variables
– stderr
What is the Python installation location on your pc?
– stderr
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
– alexandre9865
@zekk You are here: C: Users Alexandre Appdata Local Programs Python Python35-32
– alexandre9865