Include and lib files for Visual Studio?
Terry Jan Reedy
tjreedy at udel.edu
Sat Apr 20 21:04:24 EDT 2013
On 4/20/2013 4:59 PM, xucaen at 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.
More information about the Python-list
mailing list