Re: [python-win32] Context menu handler as executable

2016-08-09 Thread Gertjan Klein
Thomas Heller wrote: AFAIK, Shell extensions must be inproc servers, not local servers. In other words, they must be DLLs not EXEs. 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 t

Re: [python-win32] Context menu handler as executable

2016-08-09 Thread Tim Roberts
On Aug 9, 2016, at 2:21 AM, Gertjan Klein 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/Py2exeA

Re: [python-win32] Context menu handler as executable

2016-08-09 Thread Gertjan Klein
Tim Roberts wrote: On Aug 9, 2016, at 2:21 AM, Gertjan Klein 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