windows - Python(x,y): MinGW installation - MWE -
background
i reinstalled python(x,y) on windows 7 machine. when finished installation wanted upgrade packages using pip. mingw compiler gives weird error messages. last question resolved issue: python: install sip
therefore checked out an example online builds c code python using mingw. failed - might indication mingw not working intended. have details if helps anything:
mingw32-make --version
3.82.90gcc --version
4.8.1python --version
2.7.10
i configured python (c:\python27\lib\distutils\distutils.cfg
) according qutip installation guide , https://docs.python.org/2/install/#location-and-names-of-config-files.
issue
i want test mingw installation since cannot upgrade python packages pip. please give me tested code check if installation working python.
Comments
Post a Comment