Hello, I've download a web in a python script with os.system('wget -q -O foo.txt http://foo.html') but later (in same script) i can't open foo.txt When the script finished the foo.txt is there, correctly donwloaded. What is wrong? Thanks in advance Zunbeltz