[LDTP-Dev] Expandtable cell problem

Szilard Pfeiffer szilard.pfeiffer at gmail.com
Fri Apr 17 07:57:10 PDT 2009


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.


More information about the LDTP-dev mailing list