Instruction manual
If you see no error message after the import serial line, your pyserial installation was
successful. Press ctrl-z and return to exit the python interpreter.
Appendix 3: Getting and Installing pywin32
Step 1:
Go to http://wiki.python.org/moin/Win32All and follow the links to the SourceForge repository.
Step 2:
Select the executable with the python version that matches the version of python you installed. Run
the executable to install pywin32.
Step 3:
You can verify the installation by starting python, then typing import win32com as follows:
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import win32com
>>>
If you see no error message after the import win32com line, your pywin32 installation was
successful. Press ctrl-z and return to exit the python interpreter.
B&K 1785, 1786B, 1787B, 1788 Python Library 15 January 2009 Page 14 of 14