Bug 37941

Summary: importing tpfarstream fails
Product: Telepathy Reporter: mystilleef
Component: tp-farstreamAssignee: Olivier CrĂȘte <olivier.crete>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: critical    
Priority: medium    
Version: git master   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description mystilleef 2011-06-04 23:39:05 UTC
Importing the tpfarstream Python module fails with the following error.

ImportError: /usr/lib/python2.7/site-packages/tpfarstream.so: undefined symbol: tf_channel_error

lateef@submission ~/t/p/examples> python
Python 2.7.1 (r271:86832, May 23 2011, 09:25:57) 
[GCC 4.6.0 20110509 (Red Hat 4.6.0-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tpfarstream
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.7/site-packages/tpfarstream.so: undefined symbol: tf_channel_error
>>>
Comment 1 Olivier CrĂȘte 2011-07-13 12:52:48 UTC
I believe this is fixed in git. Anyway, in the near future, it will all be gobject introspection

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.