Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/sbin/ufw", line 22, in <module>
  3. import re
  4. File "/usr/lib/python2.7/re.py", line 240
  5. raise TypeError, "first argument must be string or compiled pattern"
  6. ^
  7. SyntaxError: invalid syntax
  8. Error in sys.excepthook:
  9. Traceback (most recent call last):
  10. File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 53, in apport_excepthook
  11. if not enabled():
  12. File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 24, in enabled
  13. import re
  14. File "/usr/lib/python2.7/re.py", line 240
  15. raise TypeError, "first argument must be string or compiled pattern"
  16. ^
  17. SyntaxError: invalid syntax
  18.  
  19. Original exception was:
  20. Traceback (most recent call last):
  21. File "/usr/sbin/ufw", line 22, in <module>
  22. import re
  23. File "/usr/lib/python2.7/re.py", line 240
  24. raise TypeError, "first argument must be string or compiled pattern"
  25. ^
  26. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement