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/     [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to