Debug python for Windows?

David LeBlanc whisper at oz.net
Mon Mar 24 17:40:00 EST 2003


> Does anyone have either a binary, or better instructions for compiling a
> complete debug python under windows?
>
> Thanks in advance,
>
> S.
>
> ______________________________________________
> Dr. Sean Slattery
> Researcher
> ______________________________________________
> Applied Psychology Research Ltd.
> 160 Euston Road * London * NW1 2LZ
> phone +44 (0)20 7961 3934
> fax   +44 (0)20 7961 3949
> map: http://www.aprsmartlogik.com/apr/contact.asp
>
> mailto:sean.slattery at aprsmartlogik.com
> http://www.aprsmartlogik.com/
>
> ***********************************************************************
> This e-mail may contain proprietary and confidential
> information and is intended for the recipient(s) only.
> If an addressing or transmission error has misdirected this
> e-mail, please notify the systems administrator by forwarding
> this e-mail to mailto:postmaster at aprsmartlogik.com.
> If you are not the intended recipient(s) disclosure, distribution,
> copying or printing of this e-mail is strictly prohibited.
> ***********************************************************************

Using vc++ 6.0, a python debug version is easy.

First, make sure you follow the instructions for making debug versions of
the required 3rd party packages (zlib, tcl, tk etc.).

Next, load the python workspace into VisualStudio, select "win32 - debug"
configuration and let it rip.

You might have to tweak things so that the right debug version libraries are
picked, but knowing that whily timbot, that's probably all already done
right ;)

David LeBlanc
Seattle, WA USA






More information about the Python-list mailing list