Opened 13 years ago

Closed 13 years ago

#2623 closed defect (fixed)

Telepathy interface not available in ./turtleart.py

Reported by: walter Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Unspecified
Severity: Unspecified Keywords:
Cc: rgs, tonyforster Distribution/OS: Dextrose
Bug Status: Unconfirmed

Description


python turtleart.py
Import Error: No module named pycurl. Project upload is disabled.
Traceback (most recent call last):

File "turtleart.py", line 58, in <module>

from extra.collaborationplugin import CollaborationPlugin

File "/home/olpc/TurtleArt.activity/extra/collaborationplugin.py", line 38, in <module>

from collaboration import telepathyclient

File "/home/olpc/TurtleArt.activity/collaboration/telepathyclient.py", line 21, in <module>

from telepathy.interfaces import CLIENT, \

ImportError: cannot import name CLIENT_INTERFACE_REQUESTS

This was running from GNOME on the latest Dextrose build.

Change History (2)

comment:1 Changed 13 years ago by walter

I'm trying to catch the exception and simply disable sharing when the client interface is not available. Stay tuned.

comment:2 Changed 13 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.