I have a problem using python. I have a python script in my cap that uses xml.dom.minidom , and I get an error message when running my game:
Traceback (most recent call last):
File "<string>", line 2 in <module>
ImportError: No module named xml.dom.minidom
I got this to work before, but I had to reinstall my pc recently, and now I can't get it to work anymore.
I have python 2.6.6 installed in c:\python6\ , and the lib\xml\dom\minidom.py is right there.
What am I missing? It's driving me nuts.