The problem I was having was that the headers I was using mixed with h2defs.py weren't declaring the object itself, making the module kind of useless.
The problem I'm facing now, due to not yet reading [2] is wrapping simple structures into objects. Tried with swig but it has way too vodoo, so I think I'll just look at python.org resources and try to learn how to do it The Right Way (TM). It would be nice for the defs parser to parse structures tough ;) Thu, 2004-12-09 �s 14:14 +0100, Rafael Villar Burke escreveu: > Tiago Cogumbreiro wrote: > > >I just found the entry on pygtk's FAQ, sorry for not looking there > >first :( > > > >Although if there is any more docs then examples I would be glad to know > >about them ;) > > > I'm trying to get into codegen and friends. This is what I've found: > Apart from the faq entry [0], there's also the nice tutorial from Ross > Burton [1], though I get some errors from it, but probably due to > something stupid I just can't see :( > And the python C/C++ API docs [2] (for PyArg_ParseTuple and family > understanding) and the Extending and Embedding the Python Interpreter > [3] document, both in python.org > > [0] http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq01.011.htp > [1] http://www-106.ibm.com/developerworks/linux/library/l-wrap/ > [2] http://docs.python.org/api/api.html > [3] http://docs.python.org/ext/ext.html > > I'd like to have a more detailed and easy to follow documentation on > this to empower pygtk users and have new pygtk bindings everywhere... > would you like to help with it too? > > But previously, I must keep fighting to undestand it all :) > > Regards, > > pachi > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
