I think the point is to keep all current C code, and write only the new widgets in python.
Still I think it is easier to start from scratch in python/pygtk than trying to include python code in your c program (it is not impossible, it is probably not easy) On Fri, Sep 4, 2009 at 16:55, John Finlay <[email protected]> wrote: > Rick Hightower wrote: > > I have an existing C/GTK application. I would like to write all new > > features in Python using PyGTK. > > Is there any way to write widgets in PyGTK and use them easily in a > > C/GTK based application? > > > > Are there examples of this somewhere? > > > > Essentially I want to add a Widget to a parent where the Widget is > > managed by PyGTK and the parent is in the C/GTK application. > It might be easier to rewrite the C/GTK app in Python if possible. > > John > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > -- http://www.nathansamson.be To understand recursion, you must first understand recursion.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
