Public bug reported:
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' )
```
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1514008
Title:
Settings.getSikuliVersion() throws an error
Status in Sikuli:
New
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' )
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1514008/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp