sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05160
[Bug 844546] [NEW] X-1.0rc3: from package import * does not work for Java classes in imported Sikuli scripts
Public bug reported:
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
----------------------------------------------------------------
** 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/844546
Title:
X-1.0rc3: from package import * does not work for Java classes in
imported Sikuli scripts
Status in Sikuli:
New
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
Follow ups
References