← Back to team overview

sikuli-driver team mailing list archive

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

 

Oh, it seems that that issue totally relates to the sikuli. I just got
this stack trace:

[error] ImportError ( cannot import name fix_eols )
[error] --- Traceback --- error source first
line: module ( function ) statement 
12: charset (  <module> )   File "/Applications/SikuliX.app/Contents/Java/sikulix.jar/Lib/email/base64mime.py", line 41, in <module>
27: feedparser (  <module> )   File "/Applications/SikuliX.app/Contents/Java/sikulix.jar/Lib/email/message.py", line 16, in <module>
56: __init__ (  message_from_string )   File "/Applications/SikuliX.app/Contents/Java/sikulix.jar/Lib/email/parser.py", line 12, in <module>
40: mail (  get )     email_message = email.message_from_string(raw_email)


All python scripts locate in the sikuli' jar file.

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

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