Summary: | ImportError: No module named Protocol_Interface_Avatars | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Julian Sikorski <belegdol> |
Component: | sunshine | Assignee: | Krzysztof Klinikowski <kkszysiu> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Julian Sikorski
2011-05-07 23:35:47 UTC
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.