Is there any way to load up an image in IEHtmlWin that's stored in a python variable? In my IEHtmlWin, I am trying to load up an image, but there is nothing to do a <img src=...> on. Is there a way I can construct a temprorary URL to source the image? I can always put the image from the python variable to temp on the local filesystem, but I was wondering if there is anything better.
Is there any way to load up an image in IEHtmlWin that's stored in a python variable? In my IEHtmlWin, I am trying to load up an image, but there is nothing to do a <img src=...> on. Is there a way I can construct a temprorary URL to source the image? I can always put the image from the python variable to temp on the local filesystem, but I was wondering if there is anything better.
You can use alternate filesystems (like an in-memory filesystem) with wxHtmlWindow, but there is no way to get wxIEHtmlWin to use it.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!