sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02444
Re: [Question #124759]: Can you run Python and call Sikuli from there?
Question #124759 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/124759
Dirk requested more information:
I tested the client on Win 7, Python 2.7, 32 Bit version, here is the
traceback:
Traceback (most recent call last):
File "c:\Users\...\sikuli-Docs\sikuliTest.py", line 3, in <module>
retval = cli.workflow("Just to say hello from Python")
File "c:\Python27-32bit\lib\xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "c:\Python27-32bit\lib\xmlrpclib.py", line 1570, in __request
verbose=self.__verbose
File "c:\Python27-32bit\lib\xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "c:\Python27-32bit\lib\xmlrpclib.py", line 1297, in single_request
return self.parse_response(response)
File "c:\Python27-32bit\lib\xmlrpclib.py", line 1468, in parse_response
return u.close()
File "c:\Python27-32bit\lib\xmlrpclib.py", line 793, in close
raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault 1: '<type \'exceptions.Exception\'>:method "workflow" is not supported'>
Process terminated with an exit code of 1
Any suggestions?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.