Settings.getSikuliVersion() throws an error

Bug #1514008 reported by Peterd
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Won't Fix
Undecided
Unassigned

Bug Description

Per http://sikulix-2014.readthedocs.org/en/latest/globals.html#get-information-about-the-runtime-environment I was trying to check the Sikuli version using code.

`Env.getSikuliVersion()` worked as expected (giving me "SikuliX 1.1.0"), but trying to call `Settings.getSikuliVersion()` threw an error:

```
print Env.getSikuliVersion() # SikuliX 1.1.0
print Settings.getSikuliVersion()

# [error] AttributeError ( type object 'org.sikuli.basics.Settings' has no attribute 'getSikuliVersion' )
```

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.