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


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

Include and lib files for Visual Studio?

Started byxucaen@gmail.com
First post2013-04-20 13:59 -0700
Last post2013-04-20 21:04 -0400
Articles 4 — 4 participants

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


Contents

  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

#43966 — Include and lib files for Visual Studio?

Fromxucaen@gmail.com
Date2013-04-20 13:59 -0700
SubjectInclude and lib files for Visual Studio?
Message-ID<d3a61c93-c195-495d-b563-5ec1200341ec@googlegroups.com>
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.

[toc] | [next] | [standalone]


#43968

FromAndrew Berg <bahamutzero8825@gmail.com>
Date2013-04-20 16:15 -0500
Message-ID<mailman.863.1366492521.3114.python-list@python.org>
In reply to#43966
On 2013.04.20 15:59, 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.
Are they not in the source tarballs or VS debug info files archives on the 3.3.1 download page?
-- 
CPython 3.3.1 | Windows NT 6.2.9200 / FreeBSD 9.1

[toc] | [prev] | [next] | [standalone]


#43970

FromDavid Robinow <drobinow@gmail.com>
Date2013-04-20 18:44 -0400
Message-ID<mailman.864.1366497850.3114.python-list@python.org>
In reply to#43966

[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

[toc] | [prev] | [next] | [standalone]


#43978

FromTerry Jan Reedy <tjreedy@udel.edu>
Date2013-04-20 21:04 -0400
Message-ID<mailman.868.1366506265.3114.python-list@python.org>
In reply to#43966
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.


[toc] | [prev] | [standalone]


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


csiph-web