Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!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; 'python.': 0.02; 'importing': 0.05; 'dev': 0.07; 'source.': 0.07; 'assuming': 0.09; 'msi': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Visual': 0.09; 'subject:files': 0.09; 'that).': 0.09; 'python': 0.11; 'windows': 0.15; '4:59': 0.16; 'clone': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'stuff,': 0.16; 'subject:Studio': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; '(or': 0.24; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'them?': 0.31; 'python.org': 0.32; 'says': 0.33; "i'd": 0.34; "can't": 0.35; 'possible.': 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'c++': 0.36; 'subject:?': 0.36; 'similar': 0.36; 'project': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:173': 0.61; 'skip:* 10': 0.61; 'email addr:gmail.com': 0.63; '3.3.1': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Jan Reedy Subject: Re: Include and lib files for Visual Studio? Date: Sat, 20 Apr 2013 21:04:24 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 In-Reply-To: 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366506265 news.xs4all.nl 2216 [2001:888:2000:d::a6]:35900 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43978 On 4/20/2013 4:59 PM, xucaen@gmail.com wrote: > I am looking for the Python include and lib files for windows. I have a c++ project that I am importing into Visual Studio 2010 (express) and it links python. I need the include and lib files for windows. Where can I get them? > I'd like to use python 3.3.1 if possible. > > I found the msi on python.org but is says they don't include source. I am assuming there is a dev sdk or something similar but can't seem to find it. If you want *everything*, clone hg.python.org/cpython (or something like that). PCBuild has Windows stuff, including VS .sln files.