Advertisement
Guest User

dbgp errors

a guest
Apr 25th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. jebby@arch-laptop ~ $ virtualenv --python=/usr/bin/python2 testenv
  2. Running virtualenv with interpreter /usr/bin/python2
  3. New python executable in /home/jebby/testenv/bin/python2
  4. Also creating executable in /home/jebby/testenv/bin/python
  5. Installing setuptools, pip, wheel...done.
  6. jebby@arch-laptop ~ $ cd testenv
  7. jebby@arch-laptop ~/testenv $ sudo python3 -m pip install dbgp
  8. Collecting dbgp
  9. Installing collected packages: dbgp
  10. Successfully installed dbgp-1.1
  11. You are using pip version 18.0, however version 19.0.3 is available.
  12. You should consider upgrading via the 'pip install --upgrade pip' command.
  13. jebby@arch-laptop ~/testenv $ source bin/activate
  14. (testenv) jebby@arch-laptop ~/testenv $ pydbgp.py
  15. File "/usr/bin/pydbgp.py", line 139
  16. except LookupError, e:
  17. ^
  18. SyntaxError: invalid syntax
  19. (testenv) jebby@arch-laptop ~/testenv $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement