From: jim-on-linux on

I have used py2exe many times with success.

My current program is completing as expected but the
exe file fails to open.

The output file states that _imaging_gif is missing. I
can run the program ok with IDLE but after converting
with py2exe, the exe file just sits there.
I'm using 2.6 on win XP.

Any Ideas?

jim-on-linux