Miki Tebeka <[EMAIL PROTECTED]> writes:

> Hello All,
>
> If there a way a script can tell Python to enter interactive mode even if
> the -i command line switch was not given?
>
> I want py2exe to create an interactive session, without writing my own
> REPL.

IIRC, in newer Python versions, you can set the PYTHONINSPECT env var inside
your script.

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to