Dumping a Python image?

Bill Janssen (janssen@parc.xerox.com)
Thu, 13 Apr 1995 14:44:49 PDT

Some folks here would *really* like to be able to ``dump'' a Python
image, which would have pre-loaded into it a number of Python modules
written in Python. This image should be able to run without reference
to any other files, so long as it does not import any other modules.
Systems like Common Lisp and ELK scheme allow this. Is there any way to
do this in Python?

Bill