Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. lwhsu@wreck.ysv:~ % python3
  2. Python 3.6.2 (default, Jul 18 2017, 01:51:11)
  3. [GCC 4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)] on freebsd12
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import select
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. ImportError: /usr/local/lib/python3.6/lib-dynload/select.so: Undefined symbol "kevent"
  9. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement