`

the simplest way to use vs 2010 with python

阅读更多

edit py/Lib/distutils/msvc9compiler.py

 

find

 

VERSION=get_build_version()

 

replace it by

 

VERSION=10.0

 

 

分享到:
评论

相关推荐

    Android代码-c2dm-android-pilot

    The simplest way to build and install the application is to use the Maven build script included. For android maven plugin specific help please see the official website: ...

    Python 2.6 Graphics Cookbook.pdf

    Chapter 6, Working with Pictures: This chapter reveals how to acquire and use the Python Imaging Library to manipulate photo images. It also shows methods of image format conversion, re-sizing, ...

    HTMLTestRunner.py资源包

    The simplest way to use this is to invoke its main method. E.g. import unittest import HTMLTestRunner ... define your tests ... if __name__ == '__main__': HTMLTestRunner.main() For more ...

    Docker-in-Action.pdf

    Docker was able to demonstrate value with the simplest of examples and minimum effort. I was sold. Over the next week, I tried the patience of a close friend by struggling to direct our conversations...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    You can declare functions in a way that allows the compiler to expand them inline rather than calling them through the usual function call mechanism. Pros: Inlining a function can generate more ...

    sympy-docs-pdf-1.0.pdf

    To install SymPy with Anaconda, you can use the command line or Anaconda Navigator. For example, in the command line, you can run: ``` conda install -c anaconda sympy ``` ##### 1.2 Git Another ...

Global site tag (gtag.js) - Google Analytics