Advertisement
chrisgacsal

pywsman importing error

May 5th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.62 KB | None | 0 0
  1. chris@openSUSE:~> python
  2. Python 2.7 (r27:82500, Aug 07 2010, 16:54:59) [GCC] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import pywsman
  5. Traceback (most recent call last):
  6.   File "<stdin>", line 1, in <module>
  7.   File "/usr/lib/python2.7/site-packages/pywsman.py", line 25, in <module>
  8.     _pywsman = swig_import_helper()
  9.   File "/usr/lib/python2.7/site-packages/pywsman.py", line 21, in swig_import_helper
  10.     _mod = imp.load_module('_pywsman', fp, pathname, description)
  11. ImportError: /usr/lib/python2.7/site-packages/_pywsman.so: undefined symbol: ws_xml_get_child_count_by_qname
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement