A Qua, 2003-10-15 �s 22:00, Earney, Billy C. escreveu: > When I execute the following half a dozen lines of python code I get the > error below. gnome_glyphlist_new seems to be a function, but the error > below states otherwise. Does anyone have a clue why?
gnome_glyphlist_new is only in C code. In python code you should just instantiate the gnomeprint.GlyphList class. Regards. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
