Steve Dower <steve.do...@python.org> added the comment:

This is expected. The top-level exit() command only exists when the site module 
is imported, which is not the default for embedded Python (you should specify 
all the import paths explicitly, since they're going to be in your app rather 
than found by searching the disk).

You probably want to use sys.exit() in your script.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45849>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to