24 Jan
2001
24 Jan
'01
2:55 p.m.
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.