Hi,

        I just started using pygtk (version 0.6.3, last one in debian),
for a little project (an LDAP client.) It is a very nice moduloe, but I
encountered a couple of problems. first, calling node_get_text on the
tree column of a GtkCTree lends an exception:

Traceback (innermost last):
  File "/usr/lib/python1.5/site-packages/gtk.py", line 120, in __call__
    ret = apply(self.func, a)
  File "GtkLDAP.py", line 86, in __expand
    topdn = self.node_get_text(node, 0)
  File "/usr/lib/python1.5/site-packages/gtk.py", line 1406, in node_get_text
    return _gtk.gtk_ctree_node_get_text(self._o, node, col)
ValueError: can't get text value

second, there are some missing functions: the GTK_NODE, GTK_NODE_NEXT,
GTK_NODE_CELL macros are missing (how do you scan the list without 
them?) and (worser) gtk_ctree_recurse_* functions are not implemented.

thank you,
federico

-- 
Federico Di Gregorio [http://www.bolinando.com/fog] {Friend of Penguins}
Debian GNU/Linux Developer & Italian Press Contact        [EMAIL PROTECTED]
                             Best friends are often failed lovers. -- Me
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to