Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1424 > unrolled thread

Microsoft Visual C++ Compiler for Python 2.7

Started bySteve Dower <Steve.Dower@microsoft.com>
First post2014-09-29 22:23 +0000
Last post2014-09-29 22:23 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Microsoft Visual C++ Compiler for Python 2.7 Steve Dower <Steve.Dower@microsoft.com> - 2014-09-29 22:23 +0000

#1424 — Microsoft Visual C++ Compiler for Python 2.7

FromSteve Dower <Steve.Dower@microsoft.com>
Date2014-09-29 22:23 +0000
SubjectMicrosoft Visual C++ Compiler for Python 2.7
Message-ID<mailman.14480.1412053202.18130.python-announce-list@python.org>
Microsoft has released a compiler package for Python 2.7 to make it easier for people to build and distribute their C extension modules on Windows.

The Microsoft Visual C++ Compiler for Python 2.7 is available from: http://aka.ms/vcpython27

This package contains all the tools and headers required to build C extension modules for Python 2.7 32-bit and 64-bit (note that some extension modules require 3rd party dependencies such as OpenSSL or libxml2 that are not included). Other versions of Python built with Visual C++ 2008 are also supported.

You can install the package without requiring administrative privileges and, with the latest version of setuptools, use tools such as pip, wheel, or a setup.py file to produce binaries on Windows.

(Note: This version of Visual C++ is no longer supported by Microsoft, and so new features, support, or bug fixes are not available.)

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web