Patrick J FINNEGAN is out of the office.

2007-03-23 Thread patrickfinnegan
I will be out of the office starting 23/03/2007 and will not return until 24/02/2010. Patrick Finnegan has finished at HSBC and moved to Norwich Union. - SAVE PAPER - THINK BEFORE YOU PRINT! This E-mail is confidential.

Re: keep console window after double-click foo.py

2007-03-23 Thread smr
On Thu, Mar 22, 2007 at 02:24:20PM -0700, Trent Mick wrote: > Try this: > > try: > main() > except: > import traceback > print "The script crashed:" > traceback.print_exc() > print "Press RETURN to exit..." > sys.stdin.readline() Beautiful, thanks! As you and Frank Müll