Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43966 > unrolled thread
| Started by | xucaen@gmail.com |
|---|---|
| First post | 2013-04-20 13:59 -0700 |
| Last post | 2013-04-20 21:04 -0400 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
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
| From | xucaen@gmail.com |
|---|---|
| Date | 2013-04-20 13:59 -0700 |
| Subject | Include 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]
| From | Andrew Berg <bahamutzero8825@gmail.com> |
|---|---|
| Date | 2013-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]
| From | David Robinow <drobinow@gmail.com> |
|---|---|
| Date | 2013-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]
| From | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-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