Fwd: PhotoImage problem

2008-06-30 Thread Guilherme Polo
-- Forwarded message -- From: Guilherme Polo <[EMAIL PROTECTED]> Date: Mon, Jun 30, 2008 at 1:00 PM Subject: Re: PhotoImage problem To: jimgardener <[EMAIL PROTECTED]> On Mon, Jun 30, 2008 at 12:02 PM, jimgardener <[EMAIL PROTECTED]> wrote: > hi > I am u

PhotoImage problem

2008-06-30 Thread jimgardener
hi I am using Python 2.5.1. In my code i want to use self.myimage=PhotoImage (file=self.myfile) so i can create the image in a canvas self.mycanv.create_image(70,100,image=self.myimg) it works when i add, from ImageTk import PhotoImage but this import caused an error message when i tried to run