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

Python Installation

2 Responses to “ “How to Run Python Scripts in Windows”

  1. K says:

    Should be python “32″ not python “31″

  2. Kyle says:

    Thanks. When I installed a few months ago it was version 3.1.2 and installed to folder “Python31″. I’ll update it.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>