
1 Oct
2009
1 Oct
'09
2:38 p.m.
Oops, spotted a bug in the script. This line: out = open(os.path.expanduser("~/out", "w")) should be: out = open(os.path.expanduser("~/out"), "w") --Eric