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


Groups > comp.lang.python > #43970

Re: Include and lib files for Visual Studio?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <drobinow@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
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; 'subject:Visual': 0.09; 'subject:files': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '4:59': 0.16; 'subject:Studio': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'them?': 0.31; 'python.org': 0.32; 'says': 0.33; 'url:python': 0.33; "i'd": 0.34; "can't": 0.35; 'possible.': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'c++': 0.36; 'subject:?': 0.36; 'similar': 0.36; 'url:org': 0.36; 'project': 0.37; 'files': 0.38; 'pm,': 0.38; 'visual': 0.39; '8bit%:10': 0.64; 'to:addr:gmail.com': 0.65; '20,': 0.68; '3.3.1': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=wDBZVaHgFUzP7ggR9FPtayWB8GTiMrdOztvGHpNjrr4=; b=fraRL4yzWvQGOQ9E+l5sHUK05Q+AcqJR5rFm7hIkv9TrRFBLqJzwYtc3WXa90yfQ2E jZbcQPclTeaXn3v9cBvW4yWjeELMJfJGwT4Ezc7LyDCp40pH7uo1dcnh28wz2uMgeY8M Oqb2SER0G1pVSWsuVCyG+q00XWQ5ceSSAQ06a132CvdnkQbVI0Df/QOOkzeLjogYshpl bxSGdxWLttZv0e1G0vcvabPtPfdC++JhkN8wDxR3Rr1moU0uWVC73KIhKXWI1B7uwVmA TZtyAax+QweN7PUD2OhXjh2NPbCcgZ8rlLRkXzz6aasstYFOp8krv8A9e7Ljss1LQIwC AhtA==
MIME-Version 1.0
X-Received by 10.60.3.71 with SMTP id a7mr7249271oea.35.1366497847472; Sat, 20 Apr 2013 15:44:07 -0700 (PDT)
In-Reply-To <d3a61c93-c195-495d-b563-5ec1200341ec@googlegroups.com>
References <d3a61c93-c195-495d-b563-5ec1200341ec@googlegroups.com>
Date Sat, 20 Apr 2013 18:44:07 -0400
Subject Re: Include and lib files for Visual Studio?
From David Robinow <drobinow@gmail.com>
To xucaen@gmail.com
Content-Type multipart/alternative; boundary=e89a8f839d51c8f85c04dad292ae
Cc python-list@python.org
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.864.1366497850.3114.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1366497850 news.xs4all.nl 2179 [2001:888:2000:d::a6]:59222
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:43970

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sat, Apr 20, 2013 at 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.
>
> You are misinterpreting what you are reading. Install the msi.  Look in
C:\Python33\include  and C:\Python33\libs

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


Thread

Include and lib files for Visual Studio? xucaen@gmail.com - 2013-04-20 13:59 -0700
  Re: Include and lib files for Visual Studio? Andrew Berg <bahamutzero8825@gmail.com> - 2013-04-20 16:15 -0500
  Re: Include and lib files for Visual Studio? David Robinow <drobinow@gmail.com> - 2013-04-20 18:44 -0400
  Re: Include and lib files for Visual Studio? Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-20 21:04 -0400

csiph-web