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 >>>
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.