pyexpat ImportError:DLL加载失败:找不到指定的过程

时间:2012-11-21 13:26:03

标签: python xml dll module pythonxy

我在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安装时,它仍然会出现同样的错误。

有什么问题?

0 个答案:

没有答案