os.system and wget

zunbeltz zunlatex at hotmail.com
Wed Nov 13 10:56:48 EST 2002


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



More information about the Python-list mailing list