Re: [Tutor] after signal handler

2006-03-07 Thread Hameed U. Khan
On 3/6/06, Danny Yoo <[EMAIL PROTECTED]> wrote: > > > On Mon, 6 Mar 2006, Hameed U. Khan wrote: > > > I want to go back after signal handler to the isntruction where I was > > stuck. Below is the code I'm trying to play with. > > Hi Hameed, > >

[Tutor] after signal handler

2006-03-06 Thread Hameed U. Khan
SIGALRM,handler) signal.alarm(2) # I want to come back here after signal handler raw_input("Enter input: ") signal.alarm(0) # End of code What I'm trying to do is to implement a prompt with the remaining time they have to enter some input. -- Hameed U. Khan R

Re: [Tutor] need help to understand terms for desinging a program

2005-10-05 Thread Hameed U. Khan
mail and > then try exim-python. > http://botanicus.net/dw/exim-python/exim-4.32py1.html > > > > > > On 10/5/05, Hameed U. Khan <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to make a program which will accomplish following. I dont > > need the code. I

[Tutor] need help to understand terms for desinging a program

2005-10-05 Thread Hameed U. Khan
e the extra 0 byte, it aborts without placing the message into the queue." I want to inspect messages before passing them to actuall qmail-queue program. Thanks in advance for your help. -- Regards, Hameed U. Khan Registered Linux User

Re: [Tutor] Why is this not an error?

2005-03-20 Thread Hameed U. Khan
gt; Do you Yahoo!? > Yahoo! Mail - Easier than ever with enhanced search. Learn more. > http://info.mail.yahoo.com/mail_250 > ___________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor -- Hameed U. Khan, Registered Linux

Re: [Tutor] re help

2005-03-14 Thread Hameed U. Khan
(name, address, > citystate,zipcd)) > o.close() > print("%s,%s,%s,%s\n" % (name, address, citystate,zipcd)) > > > __ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/