I tried the new version of Sikuli X-1.0-RC2 on a win xp sp3 where the previous version of Sikuli was not installed. I used the .exe version so the lib folder is correctly defined in the Windows PATH. Unfortunately when i launched a short script from the Sikuli IDE:
setShowActions(True)
popup(Env.getSikuliVersion())
I obtain the following error :
[info] Sikuli vision engine loaded.
[info] Windows utilities loaded.
[info] VDictProxy loaded.
[error] Arrêté [error] Une erreur est survenue à la ligne 2 [error] Message d'erreur : Traceback (most recent call last): File "C:\WINDOWS\Temp\sikuli-tmp2037300679833065495.py", line 2, in popup(Env.getSikuliVersion()) AttributeError: type object 'org.sikuli.script.Env' has no attribute 'getSikuliVersion'
Note : Sorry a part of the messages are in french.
Hi all,
I tried the new version of Sikuli X-1.0-RC2 on a win xp sp3 where the previous version of Sikuli was not installed. I used the .exe version so the lib folder is correctly defined in the Windows PATH. Unfortunately when i launched a short script from the Sikuli IDE: True) getSikuliVersio n())
setShowActions(
popup(Env.
I obtain the following error : Temp\sikuli- tmp203730067983 3065495. py", line 2, in popup(Env. getSikuliVersio n()) AttributeError: type object 'org.sikuli. script. Env' has no attribute 'getSikuliVersion'
[info] Sikuli vision engine loaded.
[info] Windows utilities loaded.
[info] VDictProxy loaded.
[error] Arrêté [error] Une erreur est survenue à la ligne 2 [error] Message d'erreur : Traceback (most recent call last): File "C:\WINDOWS\
Note : Sorry a part of the messages are in french.
Regards