(OT) lincense protection generator

Aahz aahz at pythoncraft.com
Fri Jun 3 00:27:09 EDT 2005


In article <429FD59D.3020201 at REMOVEMEcyber.com.au>,
Steven D'Aprano  <steve at REMOVEMEcyber.com.au> wrote:
>
>Alternatively, put a lot of error checking in one 
>module which you import and run at startup. Something like:
>
>try:
>     import mymodule
>     import databasemodule
>except:
>     print "PEBCAK error, call tech support"
>     sys.exit(99)

Yeah, except it's PEBKAC.  ;-)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The only problem with Microsoft is they just have no taste." --Steve Jobs



More information about the Python-list mailing list