wxPython: images from URLs

Tim Roberts timr at probo.com
Wed Jan 28 03:27:26 EST 2004


Jonathan Daugherty <cygnus at cprogrammer.org> wrote:
>
>Does anyone here know if the wxImage class in wxPython supports dislaying
>images from URLs?

wxImage will read from a file or from a wxWindows stream.  It won't
download from a web site, but that's trivially easy using something like
urllib.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list