Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.02; 'compiler': 0.07; 'intel': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'used.': 0.09; 'python': 0.11; 'url:download': 0.12; 'belongs': 0.16; 'compiler.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'remeber': 0.16; 'subject:Studio': 0.16; 'extensions': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'header:User-Agent:1': 0.23; "haven't": 0.24; 'header:X-Complaints-To:1': 0.27; 'tried': 0.27; "i'm": 0.30; 'fine,': 0.31; 'gcc': 0.31; 'but': 0.35; 'installing': 0.36; 'should': 0.36; 'url:microsoft': 0.37; 'to:addr:python-list': 0.38; 'recent': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'more': 0.64; 'url:en-us': 0.68 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sturla Molden Subject: Re: Windows Studio 2008 Download Date: Mon, 28 Jul 2014 20:35:54 +0000 (UTC) References: <53d68a1e$0$2947$e4fe514c@news.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 244-74-11.connect.netcom.no User-Agent: NewsTap/4.0.1 (iPad) X-: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406580007 news.xs4all.nl 2886 [2001:888:2000:d::a6]:54956 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75325 Irmen de Jong wrote: > I haven't tried this, but installing the SDK should allow you to build extensions as > well for that particular Python build. Be sure to get the SDK that belongs to vs2008, > which is this one if I'm not mistaken: > > http://www.microsoft.com/en-us/download/details.aspx?id=11310 This will work fine, if you remeber to set the environmental variable DISTUTILS_USE_SDK=1 But it is an old compiler. Unfortunately a more recent Microsoft compiler cannot be used. I recommend a recent GCC or Intel compiler unless you have to use a Microsoft compiler. Sturla