I use Python 2.7.3 (32bit) on windows XP when I try to use the standard XML parser in python:
from pyexpat import *
I get the error:
from pyexpat import *
ImportError: DLL load failed: The specified procedure could not be found.
The problem started after I installed python(x,y). when I tried to "fix" python installation with the python windows installer it still gives the same error.
what is the problem?