Re: controlling the mouse pointer on linux (or as vnc client)

2010-08-29 Thread Gelonida
Hi John, > Hi, > >>From a python script I'd like to be able to move the mouse to certain > absolute coordinates on the screen. > > > There's no problems calling an external program with subprocess.popen, > as I do not want to perform many movements. > > The mouse can jump it doesn't have to vi

Re: controlling the mouse pointer on linux (or as vnc client)

2010-08-29 Thread John Bokma
Gelonida writes: > Hi, > >>From a python script I'd like to be able to move the mouse to certain > absolute coordinates on the screen. > > > There's no problems calling an external program with subprocess.popen, > as I do not want to perform many movements. xte? sudo apt-get install xautomation

controlling the mouse pointer on linux (or as vnc client)

2010-08-29 Thread Gelonida
Hi, >From a python script I'd like to be able to move the mouse to certain absolute coordinates on the screen. There's no problems calling an external program with subprocess.popen, as I do not want to perform many movements. The mouse can jump it doesn't have to visibly move to the target coor