A curses-game I need help with.

Jia Lu Roka100 at gmail.com
Tue Oct 10 04:08:32 EDT 2006


> try:
>     import curses
> except ImportError:
>     print "Missing the Curses-library."
>     print "Please install the curses-library correctly."
>     SystemExit
       ~~~~~~~~~
                         Does this work ? Maybe *raise SystemExit* ??




More information about the Python-list mailing list