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:
- Install Python 3.2 (or another version you'd like to install)
- From here (either 32 or 64-bit, depending on your computer): http://www.python.org/download/
- Put it in C:\Python32
- Copy necessary files into C\:Python 32 (these could be images, html pages, anything needed for the script)
- Open a command prompt
- Type "C:\Python32"
- Type "python [yourscript].py"
- Follow script prompts if applicable