我在Windows XP上使用Python 2.7.3(32位) 当我尝试在python中使用标准XML解析器时:
from pyexpat import *
我收到错误:
from pyexpat import *
ImportError: DLL load failed: The specified procedure could not be found.
安装python(x,y)后问题就出现了。 当我试图用python windows installer“修复”python安装时,它仍然会出现同样的错误。
有什么问题?