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?
Billy
#!/usr/bin/python
import pygtk; pygtk.require("2.0")
import gnomeprint
gnomeprint.gnome_glyphlist_new()
% ./glyph.py
Traceback (most recent call last):
File "./glyph.py", line 7, in ?
gnomeprint.gnome_glyphlist_new()
AttributeError: 'module' object has no attribute
'gnome_glyphlist_new'
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/