


NET Framework 3.5 SP1, you should be able to uncheck everything except: Developer Tools > Visual C++ Compilers
PYQT4 DOWNLOAD WINDOWS 7 INSTALL
You will also need to install the Windows SDK, again the version is important Windows SDK for Windows 7 and.
PYQT4 DOWNLOAD WINDOWS 7 FOR FREE
So where do you get Visual Studio C++ 2008 from? Well you only need the express edition, so you can get for free from here (at the time of writing). Type "help", "copyright", "credits" or "license" for more information. c:\>pythonĪctivePython 2.7.8.10 (ActiveState Software Inc.) based on You can double check which version you need using the Python interactive interpreter. If the version information (shown bold red below) shows MSC v.1500 you need Visual Studio C++ 2008, whereas if it show MSC v.1600 you need Visual Studio C++ 2010. For 2.7 this is Visual Studio C++ 2008 and for 3.4.1 this is Visual Studio C++ 2010. Usually in this situation the easiest option is to download a precompiled version of the package. Unfortunately I haven’t been able to find a precompiled version of rdpy, so a compiler is required, preferably the same one used to compile the version of Python you are using. This cryptic error message means that the compiler required to compile the C/C++ code in the package is not present on the system. I encountered some problems installing it so I thought I’d document how I solved them for when I inevitably need to rebuild my laptop and in the hope that it will be useful to others.įollowing the instructions in the readme: pip install rdpyįailed with error: error : Unable to find vcvarsall. At the time of writing I am working on a tool that utilities rdpy.
