[Image-SIG] Problem with PIL -Subscribe

Fredrik Lundh fredrik@pythonware.com
Fri, 14 Apr 2000 15:00:14 +0200


Adeniyi Adebowale Oke <oke@sask.trlabs.ca> wrote:
> TclError: can't invoke "image" command:  application has been =
destroyed
> >>>
>=20
> I just want to use the Display the image in the Label Widget but
> unfortunately, it seems to be crashing anytime i dear to to that.

try creating the label widget before you create
the image.

</F>