Re: [BangPypers] python with c bindings

2010-06-15 Thread Noufal Ibrahim
On Tue, Jun 15, 2010 at 9:42 PM, Rahul R wrote: > On Tue, Jun 15, 2010 at 6:03 PM, Noufal Ibrahim wrote: > >> On Tue, Jun 15, 2010 at 9:11 PM, Rahul R wrote: >> [..] >> > i rather prefer running it as a script binding into a "C" (if thats >> possible >> > , well that certainly works for sh scrip

Re: [BangPypers] python with c bindings

2010-06-15 Thread Roshan Mathews
On Tue, Jun 15, 2010 at 21:42, Rahul R 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/ ___ Ba

Re: [BangPypers] python with c bindings

2010-06-15 Thread Rahul R
On Tue, Jun 15, 2010 at 6:03 PM, Noufal Ibrahim wrote: > On Tue, Jun 15, 2010 at 9:11 PM, Rahul R 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 works > > for python ) > > I'

Re: [BangPypers] python with c bindings

2010-06-15 Thread Noufal Ibrahim
On Tue, Jun 15, 2010 at 9:11 PM, Rahul R 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 works > for python ) I'm not sure what you mean by "binding". But is possible to embed a Python

Re: [BangPypers] python with c bindings

2010-06-15 Thread Anand Chitipothu
2010/6/15 Rahul R : > On Tue, Jun 15, 2010 at 11:24 AM, kunal ghosh wrote: > >> On Tue, Jun 15, 2010 at 12:45 PM, Rahul R 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 Rahul R
On Tue, Jun 15, 2010 at 11:24 AM, kunal ghosh wrote: > On Tue, Jun 15, 2010 at 12:45 PM, Rahul R 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" fi

Re: [BangPypers] python with c bindings

2010-06-15 Thread kunal ghosh
On Tue, Jun 15, 2010 at 12:45 PM, Rahul R 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 like normal com

[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 pytho