Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Python 2.7.3 (default, Feb 27 2014, 19:58:35)
  2. [GCC 4.6.3] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import modshogun
  5. Traceback (most recent call last):
  6. File "<stdin>", line 1, in <module>
  7. File "/usr/local/lib/python2.7/dist-packages/modshogun.py", line 30, in <module>
  8. _modshogun = swig_import_helper()
  9. File "/usr/local/lib/python2.7/dist-packages/modshogun.py", line 26, in swig_import_helper
  10. _mod = imp.load_module('_modshogun', fp, pathname, description)
  11. ImportError: libshogun.so.16: cannot open shared object file: No such file or directory
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement