On Fri, 08 Apr 2011 15:14:27 +0200, Laurent Claessens <moky.math at gmail.com> wrote: >The following puts in the string `a` the code of the page urlBase : > >a = urllib.urlopen(urlBase).read() > >Then you have to write `a` in a file. > >There could be better way. Thank you.