> From: Tim Roberts

> I'm on a small project where I would like to embed a Python 
> interpreter in a C application.  To make that convenient, it 
> would be nice to have a .h file and a VC++-compatible .lib 
> file for python24.dll, but I cannot find one in the binary 
> release of either Python or pywin32.

I only have a 2.2 installation to hand (installed from a standard 
python.org installer), but it definitely includes the .h and .lib files
(in %PYTHONHOME%\include & %PYTHONHOME%\libs respectively).

AFAIK, it has always been standard practice for the python.org Win32 
installers to include the headers and libs - though for 2.4, VC7.1 
would be required to match the Python build.

-------------------------> "These thoughts are mine alone!" <---------
Andrew MacIntyre           Broadcasting Planning Branch    
tel:   +61 2 6256 2812     Radiocommunications & Broadcasting Division
fax:   +61 2 6253 3277     Australian Communications & Media Authority
email: [EMAIL PROTECTED] 
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to