Posted by in Projects
on Mar 25th, 2011, 7:08 pm | 2 comments
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)
- 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

Should be python “32″ not python “31″
Thanks. When I installed a few months ago it was version 3.1.2 and installed to folder “Python31″. I’ll update it.