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


Groups > comp.lang.python > #36690 > unrolled thread

Compiling native extensions with Visual Studio 2012?

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2013-01-12 18:45 +1100
Last post2013-01-12 18:45 +1100
Articles 1 — 1 participant

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


Contents

  Compiling native extensions with Visual Studio 2012? Alec Taylor <alec.taylor6@gmail.com> - 2013-01-12 18:45 +1100

#36690 — Compiling native extensions with Visual Studio 2012?

FromAlec Taylor <alec.taylor6@gmail.com>
Date2013-01-12 18:45 +1100
SubjectCompiling native extensions with Visual Studio 2012?
Message-ID<mailman.438.1357976741.2939.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web