Where to get Python20_d.lib for Win32 ?

Tim Peters tim.one at home.com
Mon Feb 19 17:35:21 EST 2001


[posted & mailed]

[Owen F. Ransen]
> Hello All,
>
> Where can I find python20_d.lib to download?

Go to

    https://sourceforge.net/project/showfiles.php?group_id=5470

and pick up Python-2.0-Debug.zip.  It contains all the 2.0 _d stuff
(including DLLs and .pyds and .exes -- the .libs alone won't do you much
good).

> (I'd rather not rebuild the sources myself since I am already
> up to my neck in it understanding "embedding and extending")

Then rebuilding from source yourself is a darned good exercise!  At heart,
Python is itself a C application and all the std C modules are "extensions"
to it.  Fiddling the source for Python itself can be very helpful in
figuring out mysteries in your own extensions.





More information about the Python-list mailing list