Hello
When I 'make'(build) pygtk, many warning messages like
"Could not write method XXX: No ArgType for XXX" show up.
Anyway, building pygtk is successfully completed.
but I cannot use those methods later.

For example,
(when building pygtk)
Could not write method GtkTreeView.get_columns: No ArgType for GList*

Python 2.2 (#1, Apr  7 2002, 22:05:43) 
[GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> gtk.TreeView.get_column
<method 'get_column' of 'gtk.TreeView' objects>
>>> gtk.TreeView.get_columns
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: type object 'gtk.TreeView' has no attribute 'get_columns'

What's the problem?
* my environment: Python-2.2 gtk-2.0.1 pygtk-1.99.8



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to