Hope this is enough.
T
write(2, "Traceback (most recent call last"..., 35Traceback (most recent call last):
) = 35
write(2, " File \"/usr/bin/autokey-qt\", li"..., 51 File "/usr/bin/autokey-qt", line 20, in <module>
) = 51
open("/usr/bin/autokey-qt", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=804, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb776a000
read(3, "#!/usr/bin/python\n# -*- coding: "..., 4096) = 804
write(2, " ", 4 ) = 4
write(2, "from autokey.qtapp import Applic"..., 38from autokey.qtapp import Application
) = 38
close(3) = 0
munmap(0xb776a000, 4096) = 0
write(2, " File \"/usr/lib/python2.6/site-"..., 81 File "/usr/lib/python2.6/site-packages/autokey/qtapp.py", line 22, in <module>
) = 81
open("/usr/lib/python2.6/site-packages/autokey/qtapp.py", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=11882, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb776a000
read(3, "# -*- coding: utf-8 -*-\n\n# Copyr"..., 4096) = 4096
write(2, " ", 4 ) = 4
write(2, "from PyKDE4.kdecore import KCmdL"..., 82from PyKDE4.kdecore import KCmdLineArgs, KCmdLineOptions, KAboutData, ki18n, i18n
) = 82
close(3) = 0
munmap(0xb776a000, 4096) = 0
write(2, "RuntimeError", 12RuntimeError) = 12
write(2, ": ", 2: ) = 2
write(2, "the sip module implements API v9"..., 90the sip module implements API v9.0 to v9.1 but the PyKDE4.kdecore module requires API v8.1) = 90
write(2, "\n", 1
) = 1
rt_sigaction(SIGINT, {SIG_DFL, [], 0}, {0xb76b2f90, [], 0},

= 0
exit_group(1)