When I try to use the expandtablecell from python I get an exception.

Command:
expandtablecell('frmGTK+CodeDemos', 'ttbl0', 10)

Traceback:
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/ldtp.py", line 1173, in 
expandtablecell
    raise LdtpExecutionError (_responseStatus [1])
ldtplib.ldtplibutils.LdtpExecutionError: 'Invalid response packet'

Versions:
ldtp - 1.5.1
GTK+ - 2.16.0
Glib - 2.20.0

same problem with checkrow

Traceback:
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/ldtp.py", line 2677, in checkrow
    raise LdtpExecutionError (_responseStatus [1])
ldtplib.ldtplibutils.LdtpExecutionError: u'Unable to perform action'


both of them (expandtablecell, checkrow) use the do_action in tree-table.c.
_______________________________________________
LDTP-dev mailing list
LDTP-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Reply via email to