> try: > import curses > except ImportError: > print "Missing the Curses-library." > print "Please install the curses-library correctly." > SystemExit ~~~~~~~~~ Does this work ? Maybe *raise SystemExit* ??
-- http://mail.python.org/mailman/listinfo/python-list