[pygtk] Ok. A new try...

John Ehresman jpe at wingware.com
Fri Mar 24 00:34:25 WST 2006


Gonzalo Aguilar Delgado wrote:
> This is exactly what I want. You helped me a lot.
> What do you think it's best:
> 
> 	1.- Write this small function on python.
> 	2.- Extend embedded to support this function navively

I try to write as little C code as possible, so I'd opt for #1.  Your 
needs probably differ, particularly if you have C code trying to use the 
same functionality.  The questions I would ask are: does it to be in C 
for performance? and does C code need to call the function?

John


More information about the pygtk mailing list