Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Building a debug version of Python 3.2.2 under Windows

8 views
Skip to first unread message

Andrew Berg

unread,
Feb 11, 2012, 3:02:08 PM2/11/12
to comp.lang.python
I tried to build Python 3.2.2 with VS 2008, but it seems I'm missing
some header files (e.g. sqlite3, openssl). Is there a nice little
package with all the dependencies, or do I need to grab source code
packages for each program from their respective websites, or something
else entirely?

--
CPython 3.2.2 | Windows NT 6.1.7601.17640

Terry Reedy

unread,
Feb 11, 2012, 4:01:52 PM2/11/12
to pytho...@python.org
On 2/11/2012 3:02 PM, Andrew Berg wrote:
> I tried to build Python 3.2.2 with VS 2008, but it seems I'm missing
> some header files (e.g. sqlite3, openssl). Is there a nice little
> package with all the dependencies, or do I need to grab source code
> packages for each program from their respective websites, or something
> else entirely?

The readme file in PCBuild supposedly has all the info needed, though I
know one thing out of date. Trying to follow the instructions is on my
todo list ;-).

--
Terry Jan Reedy

Andrew Berg

unread,
Feb 11, 2012, 4:21:21 PM2/11/12
to comp.lang.python
On 2/11/2012 3:01 PM, Terry Reedy wrote:
> The readme file in PCBuild supposedly has all the info needed, though I
> know one thing out of date. Trying to follow the instructions is on my
> todo list ;-).
>
I didn't notice the readme in there. I was following instructions from
here: http://docs.python.org/devguide/

Looks like the build process is a bit more complicated than just "Build
Solution". Thanks.
0 new messages