What do I need to look at to see whether I\'m on Windows or Unix, etc?
try this:
import os os.uname()
and you can make it :
info=os.uname() info[0] info[1]