On Aug 9, 2016, at 2:21 AM, Gertjan Klein <gkl...@xs4all.nl> wrote:
> 
> Thanks! That helps. As far as I can tell, py2exe is the only executable 
> builder that can create a COM server DLL, so I'm trying to find out how 
> to request it to do so. There is an example here:
> 
> http://www.py2exe.org/index.cgi/Py2exeAndWin32com
> 
> However, this talks about modules and packages; I have one single file. 
> Could you (or anyone) steer me in the right direction?

Well, your source code might only be one file, but you're using many modules 
from the standard library (win32com and os, if nothing else).  Those, and the 
modules they all need, all have to be included.

Have you actually tried the examples on the pages you quoted?
— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to