Just FYI,
os.remove Python documentation path link problem.
Info from Source Assistant window:
Invoking: os.remove
Likely type: callable function remove
def remove(path)
http://docs.python.org/library/nt.html#nt.remove
remove(path)
Remove a file (same as unlink(path)).
Werner