← Back to team overview

sikuli-driver team mailing list archive

[Bug 844546] Re: X-1.0rc3: from package import * does not work for Java classes in imported Sikuli scripts

 

** Tags added: general

-- 
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


References