On Fri, 12 Feb 1999, Markus F.X.J. Oberhumer wrote:

> Thanks for your feedback, but I'm still not getting very far:
> 
> ** ERROR **: file gnome-canvas-image.c: line 461 (recalc_if_needed): assertion
> failed: (image->pixmap != NULL)
> aborting...
> 
> Would you mind commenting on the code below ?

You need to specify width/height of image you want to display.

canvas.root().add('image', ...
        width=..., height=...)


To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to