Aahz wrote:
> In article <[EMAIL PROTECTED]>,
> Steven D'Aprano  <[EMAIL PROTECTED]> 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.  ;-)

I'm pretty sure it's commutative.  :-)

FOLDOC says PEBCAK, Jargon File says PEBKAC, po-tay-to, po-tah-to.

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter

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

Reply via email to