sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31531
[Question #264626]: calling sikuli from python module
New question #264626 on Sikuli:
https://answers.launchpad.net/sikuli/+question/264626
hai ,
i am trying to import sikuli in python module like from sikuli.Sikuli import * ,but i do get an error like below
can you let me know how to fix this
C:\robot\libs>python
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> from sikuli.Sikuli import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\sikuli\__init__.py", line 1, in <module>
from sikuli import *
File "C:\Python27\lib\site-packages\sikuli\sikuli.py", line 15, in <module>
from jnius import autoclass
File "C:\Python27\lib\site-packages\jnius\__init__.py", line 12, in <module>
from .jnius import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.