Re: How can I get the line number ?

2009-07-27 Thread kk
Maxim, Thank you so much. I will try right now. -- http://mail.python.org/mailman/listinfo/python-list

How can I get the line number ?

2009-07-24 Thread kk
Hello I am writing some Python code that runs in another application(has wrapper functions). Due to lack of debugging I am printing out alot of outputs and manual messages. I want to be able to create a function that would let me print the current line number that is called from. This is not for

Re: How can I get the line number ?

2009-07-24 Thread Maxim Khitrov
On Fri, Jul 24, 2009 at 2:51 PM, kkmaymunbe...@gmail.com wrote: Hello I am writing some Python code that runs in another application(has wrapper functions). Due to lack of debugging I am printing out alot of outputs and manual messages. I want to be able to create a function that would let