sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35531
[Bug 1514008] [NEW] Settings.getSikuliVersion() throws an error
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
Follow ups