Advertisement
Guest User

Untitled

a guest
Oct 13th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. (xenial)mouses@localhost:~$ which python
  2. /usr/bin/python
  3. (xenial)mouses@localhost:~$ python
  4. python python2.7 python3.5 python3m
  5. python2 python3 python3.5m
  6. (xenial)mouses@localhost:~$ python
  7. python python2.7 python3.5 python3m
  8. python2 python3 python3.5m
  9. (xenial)mouses@localhost:~$ sudo apt install python-twisted python-pyside
  10. [sudo] password for mouses:
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. python-pyside is already the newest version (1.2.2-2build2).
  15. python-twisted is already the newest version (16.0.0-1ubuntu0.2).
  16. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  17. (xenial)mouses@localhost:~$ syncplay
  18. Could not import GUI libraries. If you do not have PySide installed then you will need to install it for the GUI to work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement