我试图在我的电脑上安装 eric ide。我安装了 PyQt4 包,我有 python 2.7。但是安装卡住了以下错误。我尝试了很多搜索,但没有找到。任何人都可以帮忙吗?谢谢。
E:\Downloads\eric4-4.5.16> python install.py
Checking dependencies
Python Version: 2.7.3
Found PyQt4
Found QtHelp
Found QScintilla2
Qt Version: 4.8.5
PyQt Version: 4.10.3
QScintilla Version: 2.7.2
All dependencies ok.
Cleaning up old installation ...
Creating configuration file ...
Compiling user interface files ...
An internal error occured. Please report all the output of the program,
including the following traceback, to eric4-bugs@eric-ide.python-projects.org.
Traceback (most recent call last):
File "install.py", line 1093, in <module>
main(sys.argv)
File "install.py", line 1011, in main
compileUiFiles()
File "install.py", line 906, in compileUiFiles
compileUiDir(sourceDir, True, pyName)
File "C:\Python27\lib\site-packages\PyQt4\uic\__init__.py", line 134, in compi
leUiDir
compile_ui(root, ui)
File "C:\Python27\lib\site-packages\PyQt4\uic\__init__.py", line 126, in compi
le_ui
compileUi(ui_file, py_file, **compileUi_args)
File "C:\Python27\lib\site-packages\PyQt4\uic\__init__.py", line 175, in compi
leUi
winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports, resour
ce_suffix)
File "C:\Python27\lib\site-packages\PyQt4\uic\Compiler\compiler.py", line 139,
in compileUi
w = self.parse(input_stream, resource_suffix)
File "C:\Python27\lib\site-packages\PyQt4\uic\uiparser.py", line 943, in parse
document = parse(filename)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1183, in parse
tree.parse(source, parser)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 656, in parse
parser.feed(data)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1507, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0