0

我在 W7 上安装了 Python 32 位。然后我“安装”了 Eclipse 32 位。我成功地将 PyDev 添加到 Eclipse。然后我去PyDev->Interpreter-Python,点击“new”,浏览到C:\Python27\python.exe,点击ok,出现如下错误:

获取解释器信息时出错。常见原因包括 - 使用不受支持的版本 - 指定和无效的解释器

原因:有关详细信息,请参阅错误日志。

日志:org.xml.sax.SAXParseException;行号:4;列号:23;对实体“g”的引用必须以“;”结尾 分隔符。

任何想法如何解决这一问题?

谢谢!

4

1 回答 1

1

i had this problem too, it turns out i had used "&" in the path of my eclipse folder. i renamed the folder using just normal characters, and pydev installed fine.

i believe the path statement for the location of the eclipse folder has to be strict unicode without any other characters

于 2014-01-04T12:48:23.697 回答