Re: c/c++ and python

2005-09-29 Thread Mattia Adami
Thanks a lot, very clear and usefull anser! Yes, I know PyGTK and wxPython, but I want to develop a plugin for another application that requires c++. I guess that embedding is the appropriate way. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: c/c++ and python

2005-09-29 Thread Alessandro Bottoni
Mattia Adami wrote: > Hi to all! > I have a little problem. I want to develop an application in c/c++ that > creates a window with gtk+ accordinly to the information on a xml file. > The funcions that are called for manage the event should be written in > python. I don't know how to do it, can you

c/c++ and python

2005-09-29 Thread Mattia Adami
Hi to all! I have a little problem. I want to develop an application in c/c++ that creates a window with gtk+ accordinly to the information on a xml file. The funcions that are called for manage the event should be written in python. I don't know how to do it, can you help me? Is it possible? Thank