← Back to team overview

sikuli-driver team mailing list archive

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

 

That means that if you move your scripts to a different folder, you need
to edit all that import other scripts to point to a new directory.
That's completely broken if it is so. Python doesn't have such weird
behavior.

Sikuli shouldn't add current directory to sys.path (for security
reasons), but it should add script's directory - that will be logical.

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