RE: How can I get path/name of the softlink to my python script when executing it

2009-04-19 Thread Saravanan Shanmugham (sarvi)
From: Pascal Chambon [mailto:chambon.pas...@wanadoo.fr] Sent: Sunday, April 19, 2009 2:36 PM To: Saravanan Shanmugham (sarvi) Cc: python-list@python.org Subject: Re: How can I get path/name of the softlink to my python script when executing it Importance: High Hello I fear that in this

How can I get path/name of the softlink to my python script when executing it

2009-04-19 Thread Saravanan Shanmugham (sarvi)
Hi, I am writiing a script say "wabexec" in python I will then have softlinks from other softlinks like ls, waf,hello, etc that are in the same directory and pointing to wabexec. When some executes ./waf or ./hello and wabexec gets invoked because of the softlink, how do I find out fro

RE: Python as a Testing Language - TTCN-3 Comparison

2008-06-19 Thread Saravanan Shanmugham (sarvi)
eed a better python test framework and may be in that process we may be able to identify some python language constructs, if any, that might make it easier to build the test framework or describe test cases. Sarvi From: Saravanan Shanmugham (sarvi)

Python as a Testing Language - TTCN-3 Comparison

2008-06-11 Thread Saravanan Shanmugham (sarvi)
Hi, Is there any work being done to make Python better suited for writing test cases for any problem space. I am a huge python fan and one of the things that got me there was the simplicy and elegance its constructs that allow me to do complex programming operations in very few lines wi

Python 2.3.3 Exceptions

2005-08-03 Thread Saravanan
static int default_3way_compare(PyObject *v, PyObject *w) function in object.c As of now my project does not allow me to upgrade to higher version of Python. Thanks in Advance Saravanan D -- http://mail.python.org/mailman/listinfo/python-list

Lanunching Process from Python Script

2005-05-26 Thread Saravanan D
the same. thanks. saravanan -- http://mail.python.org/mailman/listinfo/python-list

Re: Exception in Python 2.3.3 Interpreter

2005-05-10 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" wrote: > > > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int > > op > > > > = 88026108, struct _object * v

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
"Terry Reedy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Saravanan" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Im running Python Application as a Windows Service (using windows > > extensions).

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int op > > = 88026108, struct _object * v = 0x

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
Hello, Component which uses only windows extension modules and callback from C++ to Python. - Saravanan D "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
msvcrt!_endthread+0xa6 14 023fffec 77bc9032 01415bd8 kernel32!BaseThreadStart+0x34 - Saravanan D "Saravanan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Im running Python Application as a Windows Service (using wi

Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan
0 msvcrt!_endthread+0xa6 14 023fffec 77bc9032 01415bd8 kernel32!BaseThreadStart+0x34 Any clues about the problem ? - Saravanan D -- http://mail.python.org/mailman/listinfo/python-list

Python23.pdb

2005-04-25 Thread Saravanan
Hello, 1) Is is possible to get the pdb files for the Python version 2.3.3? Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)] on win32 2) Is there way to enable symptom collection/traces in the Python Core modules? Thanks in advance. - Saravanan D -- http

Exception in Python 2.3.3 Interpreter

2005-04-25 Thread Saravanan
which throws the exception is from the Python-Core and not from the application logic. The above call stack points to PyObject_Compare function in object.c. Any clue about the problem? Thanks in Advance. Saravanan D -- http://mail.python.org/mailman/listinfo/python-list