← Back to team overview

sikuli-driver team mailing list archive

[Bug 1514008] Re: Settings.getSikuliVersion() throws an error

 

** Changed in: sikuli
       Status: New => Won't Fix

-- 
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:
  Won't Fix

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


References