Guest User

Untitled

a guest
Mar 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/usr/bin/python2.7
  2.  
  3. #!/usr/bin/python3
  4.  
  5. lsb_release
  6. File "/usr/bin/lsb_release", line 64
  7. print("No LSB modules are available.", file=sys.stderr)
  8. ^
  9. SyntaxError: invalid syntax
  10.  
  11. lsb_release
  12. Traceback (most recent call last):
  13. File "/usr/bin/lsb_release", line 25, in <module>
  14. import lsb_release
  15. ImportError: No module named 'lsb_release'
Add Comment
Please, Sign In to add comment