Can Distutils include .pyd files directly?

Bjorn Pettersen BPettersen at NAREX.com
Tue Jun 11 19:16:53 EDT 2002


I've built my extension modules using the MS Devstudio IDE and now I
would like to use Distutils to create a Windows installer for me that
puts both the debug and release versions of the extension in the
python22\DLLs directory. Is this possible? If not, is there a way to
have Distutils build my extension in both debug and release mode and
install both?

-- bjorn





More information about the Python-list mailing list