** Changed in: sikuli
    Milestone: x1.0 => x1.1

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/844546

Title:
  X-1.0rc3: from package import * does not work for Java classes in
  imported Sikuli scripts

Status in Sikuli:
  In Progress

Bug description:
  see https://answers.launchpad.net/sikuli/+question/170365
  for details.

  
  ***** workaround

  when importing other .sikuli, use Java's fully qualified package names
  in the imported modules.

  see comment #2 in question

  If you decide to use the direct import of the contained .py files, you
  have to import each class package like:

  from some.java.package import Class

  so you can use later
  x = Class()

  see comment #4 in question

  ----------------------------------------------------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/844546/+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

Reply via email to