How to Run Python Scripts in Windows

To process customer domain creations on BrainHoney I need to run a python script on my Windows machine.  Here are the steps to set it up:

  1. Install Python 3.2 (or another version you'd like to install)
  2. Copy necessary files into C\:Python 32 (these could be images, html pages, anything needed for the script)
  3. Open a command prompt
    • Type "C:\Python32"
    • Type "python [yourscript].py"
    • Follow script prompts if applicable