python 2.7 - installing Pyside in Windows 7 -



python 2.7 - installing Pyside in Windows 7 -

i tried installing pyside on windows 7 64 python 2.7.8 using :

pip install pyside

and went fine , ran helloworld programme in that.

now in home pc, windows 7 32 bit , python 2.7.8. tried same,now showing error : msvc version 9 not found

i didnt had such problems when installing same fresh windows 7 64 bit (case 1) , sure in dont have visual c compilers or visual studio. can possible reasons??.

install latest version of pip

goto python scripts folder , open command window there , then

pip install -u pyside

python-2.7 user-interface pyside

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -