On Apr 17, 1:14 am, "Gabriel Genellina"
wrote:
> En Thu, 15 Apr 2010 16:37:37 -0300, gert escribió:
>
> > [a wget -r like implementation in python3]
> > So I can make a recursive http download script
>
> What about calling wget itself? subprocess.call(['wget',...])
>
The only dependency I would
On Apr 16, 3:41 am, alex23 wrote:
> On Apr 16, 5:37 am, gert wrote:
>
> > So I can make a recursive http download script
> > My goal is a one click instruction to install and launch my
> > projecthttp://code.google.com/p/appwsgi/
>
> Here's Guido's take on wget:
>
> import sys, urllib
>
En Thu, 15 Apr 2010 16:37:37 -0300, gert escribió:
[a wget -r like implementation in python3]
So I can make a recursive http download script
What about calling wget itself? subprocess.call(['wget',...])
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 16, 5:37 am, gert wrote:
> So I can make a recursive http download script
> My goal is a one click instruction to install and launch my
> projecthttp://code.google.com/p/appwsgi/
Here's Guido's take on wget:
import sys, urllib
def reporthook(*a): print a
for url in sys.argv[1
So I can make a recursive http download script
My goal is a one click instruction to install and launch my project
http://code.google.com/p/appwsgi/
--
http://mail.python.org/mailman/listinfo/python-list