Hello all !
I try to show a piece of HTML stored in a local variable. The text shall
contain pictures and I thought that a simple solution would be to include
the images as a base64-encoded strings in the HTML like below.
My wxPython Frame shows the HTML-Text just fine, but both iewin.HtmlWindow
and html.HtmlWindow give me a broken Image symbol in the display.
Any hints ?
I read the WPIA book and it seems to indicate the the tag in itself is
supported. The wxPython demo shows images taken from a file which I wanted
to avoid to reduce runtime dependencies of the distributed Program
Thanks a lot
Norbert
···
--------
bla bla bla <br><br><br>
<img style="width: 112px; height: 24px;" alt="incredix logo"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAAYCAYAAAAiR3l8AAAABHNCSVQICAgIfAhkiAAAAAlw%0ASFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoA%0AAAXmSURBVGiB7ZppjF5TGMd/T9cpqotqSwnT2Eqri9JSpaZIESW2JmiIoA0qlkZ8ECJU1JIm%0AIghBItRSa6jGrlVdRDsdWls3S2kaaYh2Om2nnb8P53nNmTvnvjPDqzI1T3Jy7332e/7nnvOc%0A874miTZqvdTuv06gjf4ZtQHYyikNoNkpmM3G7LJdnM/uR2aG2Z2YzcFseMndJ9dAsxqgzJ9G%0AIS0od
--