Re: [pywin32-checkins] pywin32 setup_win32all_core.py,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Thomas H. <th...@py...> - 2003-11-10 09:10:36
|
mha...@us... writes: > Update of /cvsroot/pywin32/pywin32 > In directory sc8-pr-cvs1:/tmp/cvs-serv2059 > > Modified Files: > setup_win32all_core.py > Log Message: > Add pythonwin extensions. > Mark, here is the status report for now. I checked out pywintypes.dsp and win32com.dsp with the Python23 tag, and tried to build the stuff with Python 2.3.2. win32file and win32evtlog seem to need oleaut32.lib (because they call Sys_FreeString). win32pipe did not build for me because swig creates win32pipemodule_win32.cpp, but win32pipemodule.cpp is needed, same for win32security. Then I had to comment out adsi, axdebug, mapi, exchange, exchdapi, and win32uiole because of other problems (files not found or such). Thomas |