how reliable is freeze?

Ray Matthieu (ray@nntp.ccs.neu.edu)
23 Apr 1995 16:00:30 GMT

I'm having trouble getting freeze to give me a working executable. I've
written a simple network server in python which works fine while interpreted
but bombs after it's been compiled using freeze. Freeze will create all the
right files and compile the source without errors but once run, the executable
will bomb with:

Fatal Python error: __main__ not frozen
IOT trap

I verified that my setup compiles and runs "Hello World" without problems.
Am I doing something wrong or does freeze not know how to handle everything
yet?

-ray