Re: [Tutor] about calling external program in Python

2006-05-17 Thread Suri Chitti
Does it return any error message??   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mu Mu Sent: Wednesday, May 17, 2006 11:47 AM To: Tutor@python.org Subject: [Tutor] about calling external program in Python   Dear all,   I'm trying to call an exec

Re: [Tutor] Hi

2006-03-22 Thread Suri Chitti
It would be "ercal". The first number n denotes the position where we start. The first position is always zero. So 3 would be the letter at the 4th position which is e. The second number is I guess what confused you. m denotes where we end, counted the same way but by having 1 for the first p

Re: [Tutor] How can I clean the screen

2006-01-23 Thread Suri Chitti
I tried os.system('cls')...the screen seemed to hang. -Original Message- From: Alan Gauld [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 3:37 PM To: Suri Chitti; tutor@python.org Subject: Re: [Tutor] How can I clean the screen >If I am executing a pyt

[Tutor] How can I clean the screen

2006-01-23 Thread Suri Chitti
Dear group, If I am executing a python prog from the command line and need to clear the screen (like using the cls command at the windows cmd prompt) midway into the program, how do I do it?? Any inputs will be greatly appreciated. Thanks. _

[Tutor] How do I recursively remove the contents of a directory??

2005-10-20 Thread Suri Chitti
If I have a directory /u01/qa/logs and the logs has a number of children directories and I want to remove everything in logs and logs itself, is there a single method or command to do that?  I want to avoid recursively removing the files in each child directory and so on.   _

[Tutor] How to open a telnet session and have the python program write to it.

2005-06-06 Thread Suri Chitti
be coaxed to write to the telnet session (window).   I have attempted the telnetlib, but the problem is that the telnet window does not show up.   Can anyone give me more info in this matter?   Thanks lots, -Suri.   __   Name Suri Chitti | Sr