草庐IT

python - 类型错误 : __init__() takes exactly 1 argument (3 given) pyXML

我最近开始学习如何使用python解析xml文件。我从http://pyxml.sourceforge.net/topics/howto/node12.html获取了教程当我运行以下代码时出现错误:Traceback(mostrecentcalllast):File"C:\Users\Name\Desktop\pythonxml\tutorials\pythonxml\pyxmlsourceforge\5.1ComicColection\SearchForComic.py",line30,in-toplevel-dh=FindIssue('sandman','62')TypeError

python - PyXML 安装 - 此平台上不存在 memmove

我试图用pip安装pyxml库,但在安装过程中出现以下错误:extensions/expat/lib/xmlparse.c:75:2:error:#errormemmovedoesnotexistonthisplatform,norisasubstituteavailable我已经尝试重新安装gcc编译器。我当前的版本是:gcc(Ubuntu/Linaro4.7.3-1ubuntu1)4.7.3操作系统:Kubuntu13.04。我能以某种方式重新安装memmove库吗?据我所知,它是随string.h库一起提供的。 最佳答案 我遇