On Thu, Oct 7, 2010 at 09:20, Joachim Schipper <joac...@joachimschipper.nl> wrote: > On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote: >> If I understand you think to combine C and Python ? >> Do you think is good to code the tool in C, with only shell interface, >> and add the graphical front-end in Python ? >> In this case Python will call on each click the C binary with parameter, >> like : >> B ./assistant --list-wireless-network >> >> It's a good idea [Grrrr! keyboard shortcut :p] >> So, it's a good idea if we work together on this project if you are ok ? > > You *are* aware that you can combine Python and C code fairly easily, > right? There is no real need to shell out for every command... > > B B B B B B B B Joachim > > -- > TFMotD: perlartistic (1) - the Perl Artistic License > http://www.joachimschipper.nl/ > >
Yes, this was my initial idea :-) http://docs.python.org/extending/extending.html -- Hugo Osvaldo Barrera