View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#14
Originally Posted by MaRRo81 View Post
Yes I used the packet manager to download it.

I tried the version you attached and the problem is the same: if I launch python command as root I get this message: "QGtkStyle cannot be used together wit GTK_Qt engine. Segmentation fault".

If I launch python command as normal user I get this (with your version and also with the one I've previously installed):

Traceback (most recent call last):
File "/home/opt/www2sms/www2sms.py", line 451, in <module>
ui = MainWindow()
File "/home/opt/www2sms/www2sms.py", line 55, in __init__
self.my_phone_book = self.get_contacts()
File "/home/opt/www2sms/www2sms.py", line 200, in get_contacts
contact_and_numbers = [item.decode('utf-8')]
AttributeError: 'list' object has no attribute 'decode'

Hope it will help,

thanks!
Okay, I fixed the "AttributeError: 'list' object has no attribute 'decode' "

When neither a name, family name or alias was found for a contact I add "No name found" but instead of a string, I added it as a list item, which of course has no decode attribute ;-) (was left over from some previous code)

I am wondering at that point: Do you really have a contact without name, family name, alias? Could you check that and try the attached version if it fixes the the error for you?


But by no means I can replicate the "QGtkStyle cannot be used together wit GTK_Qt engine. Segmentation fault". Anyone else with this error?

Do you have any special Desktop environment?
Attached Files
File Type: tar www2sms-1.0.1.tar (284.0 KB, 136 views)