Activity log for bug #1210474

Date Who What changed Old value New value Message
2013-08-09 10:58:09 RaiMan bug added bug
2013-08-09 10:59:53 RaiMan sikuli: status New In Progress
2013-08-09 10:59:57 RaiMan sikuli: importance Undecided Medium
2013-08-09 11:00:00 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-08-09 11:00:03 RaiMan sikuli: milestone 1.1.0
2013-08-09 12:10:04 RaiMan description with a simple script like from xml.dom import minidom I get the following error File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module> from xml.dom import minidom ImportError: No module named dom !!WHILE IMPORTING!! I did not find any method, to get minidom imported to use the minidom.parse... options. --- problem ---- a Sikuli script xml.sikuli found on sys.path "hides" the Python module ----------------------------------------------------------------------- with a simple script like from xml.dom import minidom I get the following error File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module>     from xml.dom import minidom ImportError: No module named dom !!WHILE IMPORTING!! I did not find any method, to get minidom imported to use the minidom.parse... options.
2013-08-14 07:32:31 RaiMan sikuli: status In Progress Won't Fix
2013-08-14 07:33:12 RaiMan sikuli: importance Medium Undecided
2013-08-14 07:33:17 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-08-14 07:33:21 RaiMan sikuli: milestone 1.1.0
2013-08-14 07:35:29 RaiMan description --- problem ---- a Sikuli script xml.sikuli found on sys.path "hides" the Python module ----------------------------------------------------------------------- with a simple script like from xml.dom import minidom I get the following error File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module>     from xml.dom import minidom ImportError: No module named dom !!WHILE IMPORTING!! I did not find any method, to get minidom imported to use the minidom.parse... options. --- problem ---- a Sikuli script xml.sikuli found on sys.path "hides" the Python module users should obey the rule: A Sikuli script, that can be found on sys.path at runtime, should not be named like a Python module, that is to be imported in the same script run. ----------------------------------------------------------------------- with a simple script like from xml.dom import minidom I get the following error File "/Users/colej/Documents/xml.sikuli/xml.py", line 1, in <module>     from xml.dom import minidom ImportError: No module named dom !!WHILE IMPORTING!! I did not find any method, to get minidom imported to use the minidom.parse... options.
2013-08-14 07:37:15 RaiMan summary [1.0] Problems importing xml.dom.minidom in script running mode [1.0] some_name.sikuli hides a Python module some_name at import and gives weird errors