Re: Problem with writing an interface for system() call...

2006-01-09 Thread Fredrik Lundh
"haynes george" wrote: > I was reading the tutorial "Extending and Embedding > the python interpreter" available with python .. > > http://www.python.org/doc/2.2.3/ext/ext.html > > As per given in the tutorial i created an interface to > the system() system call. > > this is the code of my module

Problem with writing an interface for system() call...

2006-01-09 Thread haynes george
hi .. I was reading the tutorial "Extending and Embedding the python interpreter" available with python .. http://www.python.org/doc/2.2.3/ext/ext.html As per given in the tutorial i created an interface to the system() system call. this is the code of my module Code: #include static PyObj