Re: [python-win32] Registering COM servers doesn't work out of the box any more

2017-07-27 Thread mc@mclaveau
Hi! When you had installed Python, had you choose "Add to path" (at end of list of install's options)? (sorry for my bad english) @-salutations -- install's Le 27/07/2017 à 01:31, Greg Ewing a écrit : I recently tried to install a COM server written in Python and ran into a small problem.

[python-win32] Registering COM servers doesn't work out of the box any more

2017-07-26 Thread Greg Ewing
I recently tried to install a COM server written in Python and ran into a small problem. The procedure I used was this: 1. Install Python 3 using the standard Windows installer, as Administrator, for All Users, adding Python to the path. 2. pip install pypiwin32 3. Run my script for registering