← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #267115]: ImportError (module.sikuli has no module.py)

 

Question #267115 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267115

Description changed to:
Hello,

I face a problem with the latest build of Sikuli 1.1 (2015-05-18).
I'm using a main Sikuli script which i use to call sikuli modules and non-sikuli modules. 
I'm have something like that:

* Import native python modules
import sys
import os
import unittest

* import custom python modules
import HTMLTestRunner
import settings

*import sikuli modules
from sikuli import *
import sikulimodule1
import sikulimodule2

When i try to import a custom python module, such as settings for example (a simple settings.py file where i define several settings for other modules), i get this error message:
ImportError (settings.sikuli has no settings.py )
ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

The same code is working fine on sikuli 1.0.1 and on an earlier build of sikuli 1.1 (November build). 
Do you know what can be the cause of this issue? Is this a regression?  

Kind regards,

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.