I was having trouble using gtk_editable_insert_text- it would, without fail, spout "RuntimeError: more argument specifiers than keyword list entries".
Changing _wrap_gtk_editable_insert_text to use PyArg_ParseTuple (without keywords) fixes the problem - and I can't see what the "text" keyword argument was supposed to be doing there anyway... is this a bug, or am I missing something? -- Peter Eckersley Department of Computer Science & mailto:[EMAIL PROTECTED] IP Research Institute of Australia http://www.cs.mu.oz.au/~pde The University of Melbourne _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
