I can´t import guide

Asked by Linus Holmeros

hi
when i type

from guide import *

sikuli responds with:
 File "C:\DOCUME~1\lih\LOKALA~1\Temp\sikuli-tmp6310679779045253893.py", line 13, in from guide import * ImportError: No module named guide

do I have to set a path to sikuli lib?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Linus Holmeros
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Have you activated/downloaded Guide with IDE menu Extensions?

Revision history for this message
Linus Holmeros (linus-holmeros) said :
#2

Wops sorry, thx for the help

Revision history for this message
sunjutha (sunjutha) said :
#3

I am getting error "ImportError: No module named ctypes" when i tried to import application from pywinauto .Pls help me how to fix it?

Revision history for this message
RaiMan (raimund-hocke) said :
#4

@sunjutha

strange place to ask this question - has nothing to do with your problem ;-)

when you get such a message (ImportError: No module named ctypes") in Sikuli, you are trying to import some Python module, that is based on native C/C++ code. These modules are not available in Sikuli's Jython environment.

What do you miss with Sikuli, because you try to use pywinauto?