Re: Problem compiling Tkinter program with bmp images using py2

2006-01-26 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > and put them on the widgets like this: > > Label(win, text=message, background=rgb(150,150,120), image=photo2).pack() > ... > > Now, I want the same program to run as exe file on another computer, > so I compiled it with py2exe. I copied the bmp's to the same folder as >

Problem compiling Tkinter program with bmp images using py2

2006-01-25 Thread [EMAIL PROTECTED]
Problem compiling Tkinter program with bmp images (using py2exe) I have a Tkinter gui program that uses bmp as backgrounds. The program itself works when I run from the source. I placed the .bmp files in the same folder as the script. I run my .py script (from IDLE) and all the backgrounds are lo