File "xml.py", line 1, in <module>
from xml.dom.minidom import parse, parseString
File "/home/charles-chang/test/python/xml.py", line 1, in <module>
from xml.dom.minidom import parse, parseString
ImportError: No module named dom.minidom
問題出在 filename : xml.py 跟 python module 內 xml.dom.minidom 所在 module : xml.py 同名。
所以就 load 不到 system 的 xml.py..
解決方法就是 rename 掉你自己的 xml.py,還要注意 rm 目錄下的 xml.pyc
沒有留言:
張貼留言