Python debug libraries

Trent Mick trentm at activestate.com
Wed Oct 29 17:10:16 EST 2003


[Robert Ferrell wrote]
> I read the post, thanks.  Now I have a very novice question.  When is
> msvccompiler.py used?  If I'm building my Python extensions in a MS Visual
> Studio project, is that script used?

I am no expert on distutils but that module is a part of the distutils
and is called by the distutils framework _iff you are using distuils to
build your Python extension_.

    http://aspn.activestate.com/ASPN/docs/ActivePython/2.3.2/python/dist/dist.html

Trent

-- 
Trent Mick
TrentM at ActiveState.com





More information about the Python-list mailing list