installation problem, no ev.py?

Asked by Gustav Johansson

Hi!
Im trying to install python-uinput on a raspberry pi using raspbian through the source code.
Typing the "python setup.py install --prefix=/usr/local" gives me an error: "couldn't find src/ev.py no such file..." I have installed libudev-dev and I don't know what to do next. What could I do?
Thank you!

Question information

Language:
English Edit question
Status:
Solved
For:
python-uinput Edit question
Assignee:
No assignee Edit question
Solved by:
Gustav Johansson
Solved:
Last query:
Last reply:
Revision history for this message
a (tuomasjjrasanen) said :
#1

Hi

which version of python-uinput are you trying to install? Where did you get the source?

I just double checked that the installation works with the latest version, 0.9, by getting the tarball from launchpad: https://launchpad.net/python-uinput/trunk/0.9/+download/python-uinput-0.9.tar.gz

unpacked it and executed sudo python setup.py install --prefix=/usr/local

and didn't encounter the problem you are describing.

Revision history for this message
Gustav Johansson (gustav-johansson91) said :
#2

It worked now and the only difference I made was using cd before. I tried for hours but now it works! Thank you very much for your fast response!

Revision history for this message
a (tuomasjjrasanen) said :
#3

I'm glad you solved it, happy hacking!