Re: [python-win32] ExportAsFixedFormat's ValueError

2019-03-27 Thread Tim Roberts
Kaweit wrote: i make a question: doc.ExportAsFixedFormat(output, constants.wdExportFormatPDF,|Item||=||constants.wdExportDocumentWithMarkup, CreateBookmarks ||=||constants.wdExportCreateHeadingBookmarks)|      but "ValueError",the argument was wrong.  Cloud you help me? I think I need a Win32

[python-win32] ExportAsFixedFormat's ValueError

2019-03-27 Thread Kaweit
Hello: i make a question: doc.ExportAsFixedFormat(output, constants.wdExportFormatPDF,Item=constants.wdExportDocumentWithMarkup, CreateBookmarks =constants.wdExportCreateHeadingBookmarks) but "ValueError",the argument was wrong. Cloud you help me? I think I need a Win32com Docutment

[python-win32] almost there -- running "py -2 setup.py install"

2019-03-27 Thread Vernon D. Cole
I have been working for a while on writing a script to provision a machine to be able to build pywin32 using downloadable components, the most important of which is the VCforPython27 compiler package. It seems that in packaging that compiler, at least one header file needed to build pywin32 was le