You're right, I wasn't using your script, because I was the one having troubles with it, but you solved it yesterday so it works now, thank you!
But, unfortunately, I get the same error with the script :
qt4
Traceback (most recent call last):
File "./papyon/papyon/service/SOAPService.py", line 230, in _response_handler
handler(callback, errback, response, user_data)
File "./papyon/papyon/service/AddressBook/ab.py", line 202, in _HandleABFindAllResponse
last_changes = response[0].find("./ab:lastChange")
AttributeError: 'NoneType' object has no attribute 'find'
gtk
Traceback (most recent call last):
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/gtk/main.py", line 27, in __on_show
self._amsn_core.main_window_shown()
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/amsn.py", line 132, in main_window_shown
self._ui_manager.load_login(accounts)
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/userinterface_manager.py", line 82, in load_login
self._login.set_p2s(self._core.p2s)
AttributeError: 'aMSNLoginWindow' object has no attribute 'set_p2s'
Signing in to account xxx@hotmail.com
Traceback (most recent call last):
File "./papyon/papyon/service/SOAPService.py", line 230, in _response_handler
handler(callback, errback, response, user_data)
File "./papyon/papyon/service/AddressBook/ab.py", line 202, in _HandleABFindAllResponse
last_changes = response[0].find("./ab:lastChange")
AttributeError: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):─────────────────────────────────────────────┐
│ File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/curses/main.py", line 28, in __on_show │
│ self._amsn_core.main_window_shown() │
│ File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/amsn.py", line 132, in main_window_shown │
│ self._ui_manager.load_login(accounts) │
│ File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/userinterface_manager.py", line 82, in load_login │
│ self._login.set_p2s(self._core.p2s) │
│ AttributeError: 'aMSNLoginWindow' object has no attribute 'set_p2s'
web
Now, open your favorite browser and go to http://127.0.0.1:8080/
Traceback (most recent call last):
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/web/tinyhttpserver.py", line 78, in on_headers
get_cb(self, self._uri, self._headers)
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/ui/front_ends/web/bend.py", line 125, in get_index
self._core.main_window_shown()
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/amsn.py", line 132, in main_window_shown
self._ui_manager.load_login(accounts)
File "/home/xxx/Documents/Internet/aMSN/amsn2-git/amsn2/core/userinterface_manager.py", line 82, in load_login
self._login.set_p2s(self._core.p2s)
AttributeError: 'aMSNLoginWindow' object has no attribute 'set_p2s'
If this can be useful to you... Sorry, I only used the script to install aMSN2, I perhaps lack of something obvious, creating this bug.
I know about set_2ps, function mentionned above, but I thought it could perhaps help you knowing how those frontends react over here...