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.90
  • gcc --version 4.8.1
  • python --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

Popular posts from this blog

ios - UITEXTFIELD InputView Uipicker not working in swift -

Hatching array of circles in AutoCAD using c# -