Re: [Tutor] create a wrapper for a C program

2010-04-06 Thread Stefan Behnel
anjali nair, 06.04.2010 17:17: I am new to python. My doubt is related to wrapping a C program with a python script.. I am running Netperf for Network Performance Benchmarking. The code is written in C and has an associated Makefile. I thought of writing a Python script which should be able to ru

Re: [Tutor] create a wrapper for a C program

2010-04-06 Thread Emile van Sebille
On 4/6/2010 8:17 AM anjali nair said... Hi,,, I am new to python. My doubt is related to wrapping a C program with a python script.. I am running Netperf for Network Performance Benchmarking. The code is written in C and has an associated Makefile. I thought of writing a Python script which shou

[Tutor] create a wrapper for a C program

2010-04-06 Thread anjali nair
Hi,,, I am new to python. My doubt is related to wrapping a C program with a python script.. I am running Netperf for Network Performance Benchmarking. The code is written in C and has an associated Makefile. I thought of writing a Python script which should be able to run Netperf with the associa