ImportError: No module named __future__
I just installed SikulixIDE 2.0.4 on windows10 using Java 14.
Im getting the following error with any simple command.
Exception in thread "Thread-58" Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\
from Sikuli import *
File "C:\Users\
from __future__ import with_statement
ImportError: No module named __future__
[debug] RunTime:***** running cleanUp *****
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Roberto Filho
- Solved:
- 2020-12-11
- Last query:
- 2020-12-11
- Last reply:
- 2020-12-11
RaiMan (raimund-hocke) said : | #1 |
Jython 2.7.1 available according to the steps mentioned on download page?
Roberto Filho (robertompf) said : | #2 |
I downloaded the Jython jar and i believed was add to sikulix
this show when i started with -D 3
[1445 debug] Runner: added: Jython [py] text/jython
Roberto Filho (robertompf) said : | #3 |
actually my Jython was 2.7.2... i downgrade to 2.7.1 and worked....
Tyvm RaiMan :D
Roberto Filho (robertompf) said : | #4 |
solved