← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

 

Question #124759 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/124759

testdrive posted a new comment:
Sorry to interfere here... If I'm running the sikuli script(server) &
python scripts(client) in different machines, what changes should I make
in the code (in your reply #1)

I have tried changing the code like the following:

srv = Server(("server_machine_ip", 8000)) # in the server code

and

cli = xmlrpclib.ServerProxy("http://server_machine_ip:8000";) # in the
client code

but doesn't seems to be working fine...Thanks in advance !

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.