> path = r"c:\\"

I don't know if this is the whole problem, but this line should read
r'c:\' (one backslash).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to