From 60f4cc1e40150fc49ff2c0746a56830b8c1d014e Mon Sep 17 00:00:00 2001 From: daira <> Date: Fri, 26 Apr 2013 02:20:48 +0000 Subject: [PATCH] workaround for #1769 should say C:\Python27\Lib\distutils\cygwinccompiler.py, not C:\Python27\Lib\distutils\cygwincompiler.py [Imported from Trac: page AdvancedInstall, version 58] --- AdvancedInstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedInstall.md b/AdvancedInstall.md index 7850320..a7a24f6 100644 --- a/AdvancedInstall.md +++ b/AdvancedInstall.md @@ -326,7 +326,7 @@ compiler=mingw32 After installing the compilers, repeat the above instructions from step 4 (using a new command prompt to make sure that the environment variable setting has taken effect). -If you receive "error: Setup script exited with error: command 'gcc' failed with exit status 1" from `python setup.py build`, edit `C:\Python27\Lib\distutils\cygwincompiler.py` to remove all of the `-mno-cygwin` options, then try again (see ticket #1769). Don't do this unless it actually fails the first time round. +If you receive "error: Setup script exited with error: command 'gcc' failed with exit status 1" from `python setup.py build`, edit `C:\Python27\Lib\distutils\cygwinccompiler.py` to remove all of the `-mno-cygwin` options, then try again (see ticket #1769). Don't do this unless it actually fails the first time round. #### How do I make it run as a Windows service?