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


Groups > comp.lang.python > #83450

Re: Help configuring visual studio to compile python extensions

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Help configuring visual studio to compile python extensions
Date 2015-01-09 15:23 +0000
References <5c51c0ef-b2d0-4edd-b3cd-37759b5807e8@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.17530.1420817203.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 09/01/2015 14:58, stephen.boulet@gmail.com wrote:
> I've installed Microsoft Visual Studio 10.0. Here are the steps I've been taking.
>
> My python version is Python 3.4.2 (v3.4.2:ab2c023a9432, Oct  6 2014, 22:16:31) [MSC v.1600 64 bit (AMD64)] on win32.
>
> (Sorry for the long output.)
>
>> cd "c:\Program Files (x86)\Microsoft Visual Studio 10.0"\vc
>> vcvarsall.bat
>>
>> SET VS90COMNTOOLS=%VS100COMNTOOLS%
> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>pip install scandir
> Collecting scandir
>    Using cached scandir-0.9.tar.gz

See https://docs.python.org/3/extending/windows.html

I'll admit to being a little annoyed that scandir says it supports 
Python 3 but only provides a 2.7 exe on pypi.

Worse even my normal backup failed me 
http://www.lfd.uci.edu/~gohlke/pythonlibs/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help configuring visual studio to compile python extensions stephen.boulet@gmail.com - 2015-01-09 06:58 -0800
  Re: Help configuring visual studio to compile python extensions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-09 15:23 +0000
  Re: Help configuring visual studio to compile python extensions Chris Angelico <rosuav@gmail.com> - 2015-01-10 02:35 +1100
  Re: Help configuring visual studio to compile python extensions stephen.boulet@gmail.com - 2015-01-09 14:14 -0800
    Re: Help configuring visual studio to compile python extensions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-09 22:36 +0000
  Re: Help configuring visual studio to compile python extensions stephen.boulet@gmail.com - 2015-01-09 15:16 -0800

csiph-web