Just so y'all know, I replaced all the urlopen, read, write, nonsense with
the following:

urllib.request.urlretrieve(url_root + this_file, os.path.join(file_root,
this_file))

and it's all good :)

Mark
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to