Re: Python Frontend/GUI for C Program

2008-01-11 Thread Mike Meyer
On Fri, 11 Jan 2008 08:12:48 -0800 (PST) [EMAIL PROTECTED] wrote: > I have a C program that works very well. However, being C it has no > GUI. What does C have to do with it not having a GUI? I've written more C programs with a GUI than Python ones - and the C experience was generally better. Of c

Re: Python Frontend/GUI for C Program

2008-01-11 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > I have a C program that works very well. However, being C it has no > GUI. Input and Output are stdin and stdout... works great from a > terminal. Just wondering, has anyone every written a Python GUI for an > existing C program? Any notes or documentation available? >

Python Frontend/GUI for C Program

2008-01-11 Thread byte8bits
I have a C program that works very well. However, being C it has no GUI. Input and Output are stdin and stdout... works great from a terminal. Just wondering, has anyone every written a Python GUI for an existing C program? Any notes or documentation available? I have experience using wxPython fro