Re: How to close a program I execute with subprocess.Popen?

2007-07-05 Thread jitudon
On Jun 29, 6:36 pm, [EMAIL PROTECTED] wrote: > I'm writing a program which has to execute a command, get its output > and show it on a treeview. > This command runs for a very long time. > I want to end the execution of the command when the user closes my > application. > > Right now I'm using an o

Re: Want to learn Python

2007-06-15 Thread jitudon
On Jun 15, 4:41 pm, Amol <[EMAIL PROTECTED]> wrote: > Hi, I want to learn Python in less than a month which resources should > I use. I prefer to read books . Please give me a list of *recognized* > resources. Thank You all http://python.org/doc/ JItendra Nair -- http://mail.python.org/mailman/

Re: Autocompletion in interactive mode doesn't work in 2.5.1

2007-06-12 Thread jitudon
On Jun 12, 9:36 am, "Papalagi Pakeha" <[EMAIL PROTECTED]> wrote: > Hi all, > > How can I turn on autocompletion when I push in python 2.5.1 > interactive mode? E.g. to give me a list of all methods and attributes > of a given object. > > It works great on my Linux / Ubuntu 7.04 installation but do

stdlib doc for logger.findCaller() needs update.

2007-05-23 Thread jitudon
The logger objects findCaller() method is returning a "3" element tuple instead of "2" two as documented in the 2.4.4 Python Library Reference .DocString is showing it correctly. findCaller() Finds the caller's source filename and line number. Returns the filename and line number as a 2-eleme