Unable to run the sikuli code on pycharm
I am trying to run the sikuli code on pycharm
I am getting the following error :
Traceback (most recent call last):
File "C:\Program Files\JetBrains
from pydevconsole import do_exit, InterpreterInte
File "C:\Program Files\JetBrains
from _pydev_
File "C:\Program Files\JetBrains
import threading
File "C:\Users\
from _threading import Lock, RLock, Condition, _Lock, _RLock, _threads, _active, _jthread_
ImportError: cannot import name _threads
I have the pycharm version 2017.3.4
Sikuli version 1.1.2
Running on windows 10
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2018-03-20
- Last reply:
- 2018-03-20
Mehrunisa (mehrunisa8828) said : | #1 |
https:/
Carried out above steps but still unable to run the script
RaiMan (raimund-hocke) said : | #2 |
looks like a clash on sys.path
Check your setup and the way you are running the script.
Can you help with this problem?
Provide an answer of your own, or ask Mehrunisa for more information if necessary.