[Distutils] Embedding C with Python

Terry Ware terry.ware at baesystems.com
Thu Dec 2 14:29:38 CET 2004


I work on windows platforms and I have a collection of C routines that are 
distributed via a DLL. These routines have embedded python 
calls.  Currently I have to distribute the python modules separately from 
the C DLL.  Is there a way using distutils for me to combine the python 
scripts with the C code in the C DLL so that all I have to distribute is my 
C DLL along with the pythonxx.dll?

Thanks for your time,

Terry


Terry Ware
Sr. Software Engineer
BAE Systems
Advanced Information Technologies
Suite 500
3811 North Fairfax Drive
Arlington Va. 22203
office: (703)284-8425
fax: (703)524-6280
terry.ware at baesystems.com 



More information about the Distutils-SIG mailing list