hi bukzor & everyone who replied thanks for the detailed replies will try to write that way thanx a lot jim
bukzor wrote: > On Jan 4, 8:51 am, bukzor <[EMAIL PROTECTED]> wrote: > > #exercise of the class and error handling > m = myclass() > try: > m.mymethod() > print "Completed successfully!" > except SthingError, ste: > print "STHINGERROR:" > print ste > except Exception, e: print e > > print > print "This time no error handling:" > m.mymethod() -- http://mail.python.org/mailman/listinfo/python-list