← Back to team overview

sikuli-driver team mailing list archive

[Bug 1459731] Re: ImportError: cannot import name fix_eols

 

> So it seems you are running the SikuliX IDE as version 1.1.0.

I'm running from a command line:

$ runsikulix -r openandconnect.sikuli


> Hope you are aware, that we are running a Jython interpreter and not a Python - it is only the script language, that is Python.

Yes, I am!

> 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).

Thanks for that additional information. I've installed java 1.8.

> I just tested with the actual 1.1.0 build on OSX 10.7 with Java 8:

Just try to put utils.py into the root folder such as
openandconnect.sikuli

-- 
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