Hello, I have a C program for which I'd like to add a simple GUI so I used glade3 and pygtk to create the GUI. It took me two weeks of frustration with gtk before I finally figured out callbacks and signals etc. Now I'd like to figure out how to connect the C program with the python GUI. Is it easy to do this? I'm a novice programmer.
I briefly looked at the html document called "Python/C API reference manual" on the python.org site. That looked very painful. If it is that hard I think I may be better off rewriting the GUI using the C interface to GTK. Please advise me on the best approach. Thanks, Jeff
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
