[python-win32] Context menu handler as executable

2016-07-26 Thread Gertjan Klein
Hi all, I am working on a Windows Explorer context menu handler; Windows 10, Python 3.4 (both 64 bit), pywin32 version 219 installed (no virtual environment). The handler is working fine when running it as a Python source file. However, I would like to create an executable containing all the

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

2016-07-26 Thread Tim Roberts
Gertjan Klein wrote: > I am working on a Windows Explorer context menu handler; Windows 10, > Python 3.4 (both 64 bit), pywin32 version 219 installed (no virtual > environment). > > The handler is working fine when running it as a Python source file. > However, I would like to create an executab

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

2016-07-26 Thread Gertjan Klein
Tim Roberts wrote: Gertjan Klein wrote: I am working on a Windows Explorer context menu handler; Windows 10, Python 3.4 (both 64 bit), pywin32 version 219 installed (no virtual environment). The handler is working fine when running it as a Python source file. However, I would like to create an