From 16fd388afbacc58f1255c17830c322f67991c321 Mon Sep 17 00:00:00 2001 From: Jeremy Mill Date: Thu, 5 Oct 2017 12:58:02 -0400 Subject: [PATCH] windows install missing win32com step Added a step to install pywin32 (win32com) to the windows instructions which is a dependency of usb2canSerialFindWin.py and others --- doc/interfaces/usb2can.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/interfaces/usb2can.rst b/doc/interfaces/usb2can.rst index d9e78c5d2..bc6bf9650 100644 --- a/doc/interfaces/usb2can.rst +++ b/doc/interfaces/usb2can.rst @@ -35,7 +35,9 @@ WINDOWS INSTALL --------------- 1. To install on Windows download the USB2CAN Windows driver. It is compatible with XP, Vista, Win7, Win8/8.1. (Written against driver version v1.0.2.1) - 2. Download the USB2CAN CANAL DLL from the USB2CAN website. Place this in either the same directory you are running usb2can.py from or your DLL folder in your python install. + 2. Install the appropriate version of pywin32 (win32com) + (https://sourceforge.net/projects/pywin32/) + 3. Download the USB2CAN CANAL DLL from the USB2CAN website. Place this in either the same directory you are running usb2can.py from or your DLL folder in your python install. (Written against CANAL DLL version v1.0.6) WHAT WAS ADDED TO PYTHON-CAN TO MAKE THIS WORK