On Wed, 09 Jan 2013 18:11:34 -0800, iMath wrote: > can you give me an example code ?
Is the web broken where you are? If you google for "python wget", you will find example of how to call wget as an external process, as well as examples of downloading files from the web like wget would do but using only Python. https://duckduckgo.com/?q=python%20wget Or you could search for "python call external command" and then use wget as that external command. https://duckduckgo.com/?q=python%20call%20external%20command -- Steven -- http://mail.python.org/mailman/listinfo/python-list