marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Pyperclip exception #19

Closed muminoff closed 9 years ago

muminoff commented 9 years ago

I have installed with pip install pysswords and ran pysswords --init.

But got this exception. Thought it is more related to pyperclip, couldn't find the solution. Exception: Pyperclip requires the xclip or xsel application, or the gtk or PyQt4 module.

Can you help?

muminoff commented 9 years ago

Reason was, there were no xclip or xsel programs installed. On Ubuntu 14.04, I installed sudo apt-get install xsel -y.

Now it works.