Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36690
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.183 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.67; '*S*': 0.03; 'received:209.85.223': 0.03; 'subject:Visual': 0.09; 'binaries': 0.16; 'subject:Studio': 0.16; 'threads': 0.16; 'virtualenv.': 0.16; 'basically': 0.17; 'url:moin': 0.17; 'thanks,': 0.18; 'windows': 0.19; 'url:bugs': 0.24; 'url:wiki': 0.26; '[1]': 0.27; '[2]': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:python': 0.32; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'subject:?': 0.35; "won't": 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:with': 0.36; 'should': 0.36; 'received:209': 0.37; 'files': 0.38; 'url:en': 0.38; 'to:addr:python.org': 0.39; 'most': 0.61; 'charset:windows-1252': 0.65; 'ago.': 0.66; 'finally': 0.66; 'benefit': 0.70; 'url:search': 0.83; 'alec': 0.84; 'url:cd': 0.84; 'url:clnk': 0.84; 'url:googleusercontent': 0.84; 'url:topic': 0.84; 'url:cache': 0.93; 'url:ct': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=NsW194hdKXNhD1kmm45/dBOPUE0MFd56pMsd0mTj3Cs=; b=OigNK2erFv+ki4vH+8VYlCWxxc35L+MSRTpKMOUmtaYkwP2pSXjTRU+qfcDlQ/j0EH 4SyByKciAIGuZBYBN62XVH1vxJrxD+LqbBzDPq7OtA/eW2T+vD5lWnKZDWxJ7cPvvS2M lZCGIRX5E4RGCV+qvEbkufJX/QQtJGLhzgdfGdeRitpBGjans0bRIpeGjOuHqvmVBgiK AXQYASlIB+B0r5POfEouyb87TA8TCRr+4/3fF4jewm9pb5WykjYoJ9ECDeTAJOrAyzHg /Iimo/b5YKK1GKgFU+otO9v/eTFIu0ej5KDfFQXaxzJUFJjRe3XD5ioOelZv6MfrqyLi QvCw== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.10.130 with SMTP id i2mr1464461igb.63.1357976738467; Fri, 11 Jan 2013 23:45:38 -0800 (PST) |
| Date | Sat, 12 Jan 2013 18:45:38 +1100 |
| Subject | Compiling native extensions with Visual Studio 2012? |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | "comp.lang.python" <python-list@python.org> |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.438.1357976741.2939.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1357976741 news.xs4all.nl 6878 [2001:888:2000:d::a6]:33043 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:36690 |
Show key headers only | View raw
There have been various threads for MSVC 2010[1][2], but the most recent thing I found for MSVC 2012 was [3]… from 6 months ago. Basically I want to be able to compile bcrypt—and yes I should be using Keccak—x64 binaries on Windows x64. There are other packages also which I will benefit from, namely I won't need to use the unofficial setup files and will finally be able to use virtualenv. So anyway, can I get an update on the status of MSVC 2010 and MSVC 2012 compatibility? Thanks, Alec Taylor [1] http://bugs.python.org/issue13210 [2] http://webcache.googleusercontent.com/search?q=cache:xPaU9mlCBNEJ:wiki.python.org/moin/VS2010+&cd=1&hl=en&ct=clnk [3] https://groups.google.com/d/topic/dev-python/W1RpFhaOIGk
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Compiling native extensions with Visual Studio 2012? Alec Taylor <alec.taylor6@gmail.com> - 2013-01-12 18:45 +1100
csiph-web