Seems like the install scripts need to be updated: $ SUNSHINE_PERSIST=1 SUNSHINE_DEBUG=all /usr/libexec/telepathy-sunshine INFO:Sunshine.Connection:Using SSL-like connection. Traceback (most recent call last): File "/usr/libexec/telepathy-sunshine", line 31, in <module> from sunshine import SunshineConnectionManager File "/usr/lib/python2.7/site-packages/sunshine/__init__.py", line 1, in <module> from connection_manager import * File "/usr/lib/python2.7/site-packages/sunshine/connection_manager.py", line 25, in <module> from sunshine.protocol import SunshineProtocol File "/usr/lib/python2.7/site-packages/sunshine/protocol.py", line 27, in <module> from sunshine.Protocol_Interface_Avatars import ProtocolInterfaceAvatars ImportError: No module named Protocol_Interface_Avatars
Try latest commit, please :)
I am getting a different error now: $ SUNSHINE_PERSIST=1 SUNSHINE_DEBUG=all /usr/libexec/telepathy-sunshine INFO:Sunshine.Connection:Using SSL-like connection. Traceback (most recent call last): File "/usr/libexec/telepathy-sunshine", line 31, in <module> from sunshine import SunshineConnectionManager File "/usr/lib/python2.7/site-packages/sunshine/__init__.py", line 1, in <module> from connection_manager import * File "/usr/lib/python2.7/site-packages/sunshine/connection_manager.py", line 25, in <module> from sunshine.protocol import SunshineProtocol File "/usr/lib/python2.7/site-packages/sunshine/protocol.py", line 33, in <module> class SunshineProtocol(telepathy.server.Protocol, AttributeError: 'module' object has no attribute 'Protocol'
Which version of telepathy-python do you have? 0.15.19?
0.5.18, and there is no 0.5.19 for Fedora 14 so far. I should be getting a new computer tomorrow though and I am planning install Fedora 15 prerelease on it.
Thats a reason why it's not working I think. Protocol object was implemented on 0.15.19 :)
OK, 0.5.19 does not build on Fedora 14 for some reason, so it seems unlikely it will be pushed as an update. I'll test on Fedora 15 prerelease once I have it up and running.
OK, I managed to build 0.5.19 and it is working now.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.