"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hi, > > I would like to have a python script which does some computations at > the beginning and then changes to interactive mode (by displaying the > prompt). How can I do this?
You call 'os.setenv["PYTHONINSPECT"] = "1"' at the somewher in your script. Thomas -- http://mail.python.org/mailman/listinfo/python-list