sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02500
Re: [Question #155881]: "no attribute 'getEnviron'" reported when trying execute a script in eclipse 3.6 32bit
Question #155881 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/155881
Status: Open => Needs information
RaiMan requested more information:
I admit, that the recipe was not tested on a 64-Bit Windows system, what
you are running on.
Have you made the plain interactive Jython test from command line?
If this works, please enter the same statements in a PyDev project in
Eclipse and run it (no: from sikuli.Sikuli import *).
If this runs, make the following Sikuli script test in Eclipse:
import sys
print "before Sikuli"
for e in sys.path: print e
from sikuli.Sikuli import *
print "after Sikuli"
for e in sys.path: print e
You may send the the output of the 3 tests in separate text files as
attachments to my mail at https://launchpad.net/~raimund-hocke. I will
have a look at it.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.