One more thing...

To run this project, you will need to install additional dependencies using easy_install.

Install required packages

  1. Download pywin32, available at http://sourceforge.net/projects/pywin32/.
  2. Open Solution Explorer.
  3. Right-click on the Python environment and select Install Python Package.

  4. 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"