[BangPypers] python with c bindings

2010-06-15 Thread Rahul R
well recently i learned about handling shell scripts inside c files . well i was wondering since python is also scripting language can i bind the python script inside a C file and then run it.well on the front it may look like normal compilation of c program, but in the backend i guess the python

Re: [BangPypers] python with c bindings

2010-06-15 Thread kunal ghosh
On Tue, Jun 15, 2010 at 12:45 PM, Rahul R rahul8...@gmail.com wrote: well recently i learned about handling shell scripts inside c files . well i was wondering since python is also scripting language can i bind the python script inside a C file and then run it.well on the front it may look

Re: [BangPypers] python with c bindings

2010-06-15 Thread Rahul R
On Tue, Jun 15, 2010 at 11:24 AM, kunal ghosh kunal...@gmail.com wrote: On Tue, Jun 15, 2010 at 12:45 PM, Rahul R rahul8...@gmail.com wrote: well recently i learned about handling shell scripts inside c files . well i was wondering since python is also scripting language can i bind the

Re: [BangPypers] python with c bindings

2010-06-15 Thread Anand Chitipothu
2010/6/15 Rahul R rahul8...@gmail.com: On Tue, Jun 15, 2010 at 11:24 AM, kunal ghosh kunal...@gmail.com wrote: On Tue, Jun 15, 2010 at 12:45 PM, Rahul R rahul8...@gmail.com wrote: well recently i learned about handling shell scripts inside c files . well i  was wondering since python is

Re: [BangPypers] python with c bindings

2010-06-15 Thread Rahul R
On Tue, Jun 15, 2010 at 6:03 PM, Noufal Ibrahim nou...@gmail.com wrote: On Tue, Jun 15, 2010 at 9:11 PM, Rahul R rahul8...@gmail.com wrote: [..] i rather prefer running it as a script binding into a C (if thats possible , well that certainly works for sh scripts i dont know whether that

Re: [BangPypers] python with c bindings

2010-06-15 Thread Roshan Mathews
On Tue, Jun 15, 2010 at 21:42, Rahul R rahul8...@gmail.com wrote: I apologise for not being articulate since , i did know the right jargon to express it. Can you please say what you meant by handling shell scripts inside c files? -- http://roshan.mathews.in/