← Back to team overview

sikuli-driver team mailing list archive

[Bug 799067] Re: X-1.0rc3: Windows: import broken

 

I see there is misunderstandings. Let's resolve down to test cases.

somedir/
lib.py      - library with functions (.sikuli script for Sikuli)
script.py  - script that imports library


In Python:
cd somedir/
python script.py 
# - import ok

cd otherdir/
python /path/to/script.py
# - import ok


In Sikuli:
cd somedir/
sikuli-ide script.py
# - import ok

cd otherdir/
sikuli-ide /path/to/script.py
# - import NOT ok


That's what I've meant in my comment:8. Please quote what is not true in this scenario.

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

Title:
  X-1.0rc3: Windows: import broken

Status in Sikuli:
  New

Bug description:
  It may be too early to report, but the latest binary from
  http://sikuli.org/hudson/ can not find .sikuli files imported as:

      from imglib import *

  This works in X-1.0rc2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/799067/+subscriptions


References