Frozen python scripts and stack traces

Jaap Vermeulen (jaap@sequent.com)
Thu, 16 Dec 93 11:37:00 PST

I really start using the capability of freezing python scripts, since the
module libraries are hard to maintain and distribute on all machines.
However, when a frozen script prints a stacktrace after an exception has
been raised and not caught, it actually prints garbage and hangs since it
tries to print lines of files that don't exist. I didn't look at the code,
but I'm sure that shouldn't be too hard to fix.

Thanks,

-Jaap-