TVo wrote:Thank you very much, Josh!
Could you perhaps show me an example of how to do this with a mac and linux as well?
It should be basically the same for linux or a mac - edit or create a new build system. You will need to include the appropriate path to the python executable. In linux you should be able to get the path by typing "which python" or "locate python" in a terminal window. Not sure on a mac, but those linux commands should also work.
The nice thing in linux/mac is that you don't have to worry about escaping the paths, since "/" is used (as opposed to "\").