Comment 2 for bug 1210474

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: [1.0] Problems importing xml.dom.minidom in script running mode

I again checked the problem with any combination of Sikuli and Jython 2.5.3 and 2.5.4:
I do not get the error anymore.

The only situation:
if a xml.sikuli can be found in sys.path (might be in the same directory or even the current script), the import fails.
Sikuli's import support prioritizes .sikuli scripts when searching along the sys.path, so a Sikuli script should not be named as a Python module, when this Python module should be imported.

Nevertheless I leave this a s bug, to check wether this can be avoided somehow.