Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1424
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <Steve.Dower@microsoft.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; '64-bit': 0.07; 'compiler': 0.07; 'fixes': 0.07; '32-bit': 0.09; 'setup.py': 0.09; 'subject:2.7': 0.09; 'subject:Visual': 0.09; 'python': 0.11; 'bug': 0.12; '2.7': 0.14; '(note': 0.16; '(note:': 0.16; 'setuptools,': 0.16; 'supported.': 0.16; 'to:addr:python- announce-list': 0.16; 'install': 0.23; 'features,': 0.24; 'headers': 0.24; 'versions': 0.24; 'extension': 0.26; 'distribute': 0.26; 'supported': 0.26; 'easier': 0.31; 'microsoft,': 0.31; 'file': 0.32; 'version': 0.36; 'c++': 0.36; 'charset:us-ascii': 0.36; '2008': 0.38; 'requiring': 0.38; 'support,': 0.39; 'visual': 0.39; 'to:addr:python.org': 0.39; 'new': 0.61; 'such': 0.63; 'latest': 0.67; 'subject:Microsoft': 0.84 |
| From | Steve Dower <Steve.Dower@microsoft.com> |
| To | python-announce-list <python-announce-list@python.org> |
| Subject | Microsoft Visual C++ Compiler for Python 2.7 |
| Thread-Topic | Microsoft Visual C++ Compiler for Python 2.7 |
| Thread-Index | Ac/cM+xVhfVCX9SsQheoxOhkq//YgA== |
| Date | Mon, 29 Sep 2014 22:23:31 +0000 |
| Accept-Language | en-US |
| Content-Language | en-US |
| X-MS-Has-Attach | |
| X-MS-TNEF-Correlator | |
| x-ms-exchange-transport-fromentityheader | Hosted |
| x-originating-ip | [2001:4898:80e8:ed31::3] |
| x-microsoft-antispam | BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0735; |
| x-forefront-prvs | 034902F5BC |
| x-forefront-antispam-report | SFV:NSPM; SFS:(10019020)(979002)(6009001)(199003)(189002)(33646002)(99286002)(95666004)(50986999)(99396003)(15975445006)(229853001)(108616004)(77096002)(54356999)(120916001)(85306004)(76576001)(107046002)(107886001)(10300001)(110136001)(15198665003)(15202345003)(106356001)(105586002)(97736003)(64706001)(79102003)(74662003)(81542003)(31966008)(46102003)(90102001)(4396001)(74316001)(21056001)(81342003)(80022003)(87936001)(101416001)(76482002)(15395725005)(92566001)(19580395003)(86612001)(20776003)(2656002)(83072002)(86362001)(85852003)(83322001)(24736002)(3826002)(10090945008)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1102; SCL:1; SRVR:DM2PR0301MB0735; H:DM2PR0301MB0734.namprd03.prod.outlook.com; FPR:; MLV:ovrnspm; PTR:InfoNoRecords; A:1; MX:1; LANG:en; |
| Content-Type | text/plain; charset="us-ascii" |
| Content-Transfer-Encoding | quoted-printable |
| MIME-Version | 1.0 |
| X-OriginatorOrg | microsoft.onmicrosoft.com |
| X-Mailman-Approved-At | Tue, 30 Sep 2014 07:00:00 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.14480.1412053202.18130.python-announce-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1412053202 news.xs4all.nl 2960 [2001:888:2000:d::a6]:59966 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1424 |
Show key headers only | View raw
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.)
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Microsoft Visual C++ Compiler for Python 2.7 Steve Dower <Steve.Dower@microsoft.com> - 2014-09-29 22:23 +0000
csiph-web