On Thursday, May 2, 2013 1:30:44 PM UTC-4, Martin Z wrote: > > Niemann, Hartmut píše v Út 30. 04. 2013 v 11:14 +0200: > > How can I persuade pyinstaller to include excel com support into the > > executable? > > Have you tried latest development version? > What is the purpose of makepy? > > makepy is the command line way to generate the win32com.client.genpy Python class wrappers for IDispatch based (or other supported interface types) COM objects. Ideally, you'd take a list of typelibrary GUIDs or paths to files that contain type libraries (or apparently the TypeLibrary name) and then auto-run makepy on them and include the generated files in the TOC with the proper names, etc... win32com.client.makepy.py contains a fairly good usage string explaining how it can be used. It's been awhile since i've cared about the details, but that ought to get you started. Bill
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
