[LDTP-Dev] Error running ldtp script after installing digwin

Raymond Bergen raymond.bergen at gmail.com
Fri Jun 8 04:12:53 PDT 2007


Hi,

in order to get the imagecapture working i followed Nagappans
instructions to install dygwin. how ever after i did i get an error
while executing the simplest scripts. like for example:

from ldtputils import *

launchapp ('gcalctool')

this is the output i get when i try to run it:

bergenr at pc50003594:~/player-stage/tno/demo$ python test.py
Traceback (most recent call last):
  File "test.py", line 1, in <module>
    from ldtputils import *
  File "/usr/lib/python2.5/site-packages/ldtputils.py", line 27, in <module>
    import sys, commands, os, string, ldtp, time, xml.dom.minidom
ImportError: /usr/lib/python2.5/site-packages/ldtp.so: undefined
symbol: po_file_domains

i checked the installation of the gettext as i read on the internet
po_file_domains is from gettext. but i have it installed.

gettext
gettext-base
gettext-el
libgettextpo0
libgettextpo-dev

the packages above are installed.

I hope you can help me out

thanks in advance

Raymond


More information about the LDTP-dev mailing list