[Zope] Dowloading images from another site with external method?
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Wed, 24 Jan 2001 17:55:16 +0300 (MSK)
On Wed, 24 Jan 2001, Etienne Labuschagne wrote:
> "http:\\www.mysite.com\images:8081\img1234545.png"
Incorrect slashes in the URL. It seems M$ is destroying people's brains :(
Use right slashes ///
> My problem is that I don't know how to download the image from the URL
Use urllib.urlretrieve. Or use external program that can download files
from URL. lynx, e.g. (I think, there is lynx for Win; certainly, there are
other tools.)
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.