To run this project, you will need to install additional dependencies using easy_install.
Right-click on the Python environment and select Install Python Package.
In the combo box, select easy_install. In the text box, type the full path to the pywin32 executable, in double-quotes.
If you get an error installing pywin32, you can try installing from the command line from your environment's python.exe folder:
python.exe -m easy_install "path to pywin32 exe"