2014-02-21 267 views
1

我正在使用Python和PyCharm。在我的腳本中,我試圖將鼠標移動到屏幕的頂角(我認爲((0,0))。在屏幕上移動鼠標光標

我用Google搜索,發現uinput但是當試圖使用安裝它得到這個:

sudo pip install python-uinput 

我得到以下錯誤:

/usr/bin/ld: cannot find libudev.so.0 
collect2: error: ld returned 1 exit status 
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 
---------------------------------------- 
Cleaning up... 

我有安裝libudev和共同發起頭。

一些建議將非常感激!

也許甚至還有一種簡單的方法將鼠標移動到左上角,因爲我還很沒經驗。

+0

歡迎安裝python-Xlib中爲[所以]。你使用哪個Linux發行版?您需要安裝[libudev](https://duckduckgo.com/?q=libudev+install)。 [適用於Ubuntu](http://stackoverflow.com/a/17225970/1309352) –

+1

如果您使用的是基於debian的發行版,請使用'sudo apt-get install libudev0:i386'。 –

+0

謝謝! 我目前使用Mint 16。 解決: 用於執行以下操作: 從pymouse進口PyMouse 米= PyMouse() m.move(0,0) – Bluedevil678

回答

0

謝謝!目前我使用Mint 16。 解決:用於執行以下操作:從pymouse進口PyMouse米= PyMouse()m.move(0,0)

注意到我不得不

sudo apt-get install python-xlib