Env.getSikuliVersion() not available - IDE workaround
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Released
|
Critical
|
RaiMan |
Bug Description
*** Problem: Env.getSikuliVe
*** Workaround:
As long as you use the IDE (GUI or commandline) to launch your scripts, use this instead:
import org.sikuli.
v = IDEsettings.
This returns the same string as Env.getSikuliVe
-------
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:
setShowActions(
popup(Env.
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\
Note : Sorry a part of the messages are in french.
Regards
summary: |
- X-1.0rc2 - WinXP - SP3 - Env.getVersion() attribute error + X-1.0rc2 - all Systems - Env.getVersion() attribute error - IDE + workaround |
description: | updated |
summary: |
- X-1.0rc2 - all Systems - Env.getVersion() not available - IDE workaround + X-1.0rc2 - all Systems - Env.getSikuliVersion() not available - IDE + workaround |
Changed in sikuli: | |
status: | In Progress → Fix Committed |
importance: | Undecided → Low |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | none → x1.0 |
summary: |
- X-1.0rc2 - all Systems - Env.getSikuliVersion() not available - IDE - workaround + Env.getSikuliVersion() not available - IDE workaround |
tags: | added: fkt-general |
Changed in sikuli: | |
importance: | Low → Critical |
Changed in sikuli: | |
importance: | Critical → High |
Changed in sikuli: | |
importance: | High → Critical |
Changed in sikuli: | |
status: | Fix Committed → Fix Released |
Confirmed. Not available on all systems, because Env.getSikuliVe rsion() is not defined as public.