|
2010-05-17
, 16:30
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#12
|
|
2010-05-17
, 17:18
|
Posts: 16 |
Thanked: 1 time |
Joined on Jan 2010
|
#13
|
|
2010-05-17
, 21:06
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#14
|
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!
|
2010-05-17
, 21:16
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#15
|
If I only start "/opt/www2sms/www2sms.py" from command line it works but it won't start from the shortcut in the menu.
|
2010-05-17
, 21:38
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#16
|
|
2010-05-17
, 21:43
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#17
|
I don't know why but it starts now from the menu shortcut.
Maybe only the first run wasn't successful but after that but I don't know why, sorry.
|
2010-05-17
, 22:04
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#18
|
|
2010-05-17
, 22:19
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#19
|
|
2010-05-18
, 07:30
|
Posts: 16 |
Thanked: 1 time |
Joined on Jan 2010
|
#20
|
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!