On Tue, 2003-10-14 at 10:45, alejandro david weil wrote: > Hi! > > Today I were trying to make these bindings. > Finally, with a coctail of good luck, faqs and faqs, some other packages etc.. > .. I made them work.. > > Well I have a couple of questions: > > first: if i want to reuse objects returned by it, then, I should use the .defs and > .override > definitions that pygtk's codegen builds? Is there another, more.. manual way to do?
I don't understand this question. Where do you want to reuse the "objects" (and what objects are you talking about)? Maybe an example would be good. > second: where should I take the pygtk's codegen from? I used the one from my > debian's python-gtk2 source packages, but have had lots of problems (for example, > doesn't have autoget.sh, to automake/confs problems..).. so i wanted > to checkout, if there exists some stable version? Whatever comes with the pygtk sources is really the "official" version and it works well for its purpose (generating the gnome-python bindings). Periodically I think that it may not be crazy to release it as a separate package, since the .defs format is good for many language bindings (it is used by a couple of others) and is relatively simple to create for extra packages. I have an unreleased thing at the moment I am working on where I used the .defs format to create the Python bindings. But I have the same problem you do -- it creates an implicit pygtk dependency for a package that doesn't use pygtk. > third: is something like that avaible? where? CVS or a released pygtk tarball. Cheers, Malcolm _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
