module win_installer.win_fix_compiler_c

Short summary

module pymyinstall.win_installer.win_fix_compiler_c

Various to set up a C++ compiler

source on GitHub

Functions

function

truncated documentation

switch_to_mingw_compiler

applies a fix to use MinGW to compile extensions (does not work with Jupyter)

switch_to_VS_compiler

applies fix described in Build a Python 64 bit extension on Windows 8

Documentation

Various to set up a C++ compiler

source on GitHub

pymyinstall.win_installer.win_fix_compiler_c.switch_to_VS_compiler(python_path, version=12)

applies fix described in Build a Python 64 bit extension on Windows 8

Parameters:
  • python_path – python path

  • version – Visual Studio version, 12 = VS2013

Returns:

impacted files

source on GitHub

pymyinstall.win_installer.win_fix_compiler_c.switch_to_mingw_compiler(python_path)

applies a fix to use MinGW to compile extensions (does not work with Jupyter)

Parameters:

python_path – python path

source on GitHub