위 작업에서 msvc9compiler.py는 반드시 백업해두고 시작할 것.
\lib\distutils\msvc9compiler.py
에서
VERSION = get_build_version()
위 구문을
VERSION = 10.0
으로 수정 (VS 버젼에 맞게, 9.0이하는 문제없을듯?)
[2] error: command 'mt.exe' failed with exit status 31
mt.exe 실행파일 인자 오류
\lib\distutils\msvc9compiler.py
기존코드에 코드 추가
ld_args.append('/MANIFESTFILE:' + temp_manifest) # 기존코드
ld_args.append('/MANIFEST') # 추가된 코드
[3] Windows 7 환경하에서(?) win32job_py2_swig.cpp C2065 error
어디서 뭘 fixed했다는건지 모르겠다
이 원인은 무엇인가.................
pywin32-214.win32-py2.7.exe 인스톨 과정에서 (64bit 환경)
스택오버플로우가 짱임