sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32621
[Bug 1459731] Re: ImportError: cannot import name fix_eols
So it seems you are running the SikuliX IDE as version 1.1.0.
Hope you are aware, that we are running a Jython interpreter and not a
Python - it is only the script language, that is Python.
1.1.0 has bundled a Jython version depending on wether the setup was run
with Java 6 (then it is Jython 2.5.4) or with Java 1.7+ (then it is
Jython 2.7.0).
So it is vital, that you decide, wether you want to work with Java 6 or
Java 1.7+ (which is recommended if ever possible).
I just tested with the actual 1.1.0 build on OSX 10.7 with Java 8:
I do not have any problems with the mentioned imports and the email.message…
… though I have to admit, that I do bait have any experiences with bot
modules ;-)
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1459731
Title:
ImportError: cannot import name fix_eols
Status in Sikuli:
Invalid
Bug description:
Hello!
I just put here few lines from the command line:
(Pdb) import email
(Pdb) email.message_from_string('test')
*** ImportError: cannot import name fix_eols
(Pdb) from email.parser import Parser
*** ImportError: cannot import name fix_eols
I put these lines into the sikuli script:
import pdb
pdb.set_trace()
I've tried with java1.6 and java1.8. Sikuli version: 1.1.0,
2015-05-25_01:00nightly
I'm not sure whether this issue totally relates to the sikuli but just
in case.
Thank you!
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1459731/+subscriptions
References