[python-win32] How to deploy pywin32 when using embedded instance of Python?

2017-08-09 Thread Norman Hadfield
Hi All, We currently use the standard Python and Pywin32 installers but to make our win32 application,) which uses Python to execute dynamically generated expressions including instantiating COM servers and hence the need to pywin32), easier to install and support multiple versions side by side

Re: [python-win32] How to deploy pywin32 when using embedded instance of Python?

2017-08-09 Thread Tim Roberts
Norman Hadfield wrote: > We currently use the standard Python and Pywin32 installers but to make our > win32 application,) which uses Python to execute dynamically generated > expressions including instantiating COM servers and hence the need to > pywin32), easier to install and support multiple