[Tutor] Creating Debug version of python under windows ?

Raymond Hettinger python@rcn.com
Mon, 13 May 2002 00:25:04 -0400


>From the readme.txt file in the pcbuild directory:

'''
All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select
the Debug or Release setting (using Build -> Set Active Configuration...),
and build the projects.
'''

Happy embedding,


Raymond Hettinger

----- Original Message -----
From: "Marcus" <m_konermann@gmx.de>
To: "Tutor" <tutor@python.org>
Sent: Sunday, May 12, 2002 8:24 PM
Subject: [Tutor] Creating Debug version of python under windows ?


> Hi !
>
> It seems that if i want to use a newer python ver. (since 2.0.1) i have
> to create my own debug ver. of the python interpreter to get the debug
> files i need (python22_d.lib, etc.).
> I´m not so familiar in debugging, so, can anyone tell me how to create
> this debug ver. of python ?
> I need this files, because i want to embed a python script in c code and
> i get different runtime errors. I´m using the VC++ 6.0 Compiler under
> WindowsXP and Python ver2.2.
>
> Thanks a lot
> Marcus
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>