Bug 37941 - importing tpfarstream fails
Summary: importing tpfarstream fails
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-farstream (show other bugs)
Version: git master
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: Olivier Crête
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-04 23:39 UTC by mystilleef
Modified: 2011-07-13 12:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.