环境:32 位的 python3.6 安装 eric6 的时候,报如下错误:
Compiling user interface files ... An internal error occured. Please report all the output of the program, including the following traceback, to eric-bugs@eric-ide.python-projects.org.
Traceback (most recent call last):
File "install.py", line 1518, in <module>
main(sys.argv)
File "install.py", line 1463, in main
compileUiFiles()
File "install.py", line 1280, in compileUiFiles
compileUiDir(sourceDir, True, __pyName)
File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 124, in compileUiDir
compile_ui(root, ui)
File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 116, in compile_ui
compileUi(ui_file, py_file, **compileUi_args)
File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 164, in compileUi
winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports, resource_suffix, import_from)
File "C:\Python365-32\lib\site-packages\PyQt5\uic\Compiler\compiler.py", line 110, in compileUi
w = self.parse(input_stream, resource_suffix)
File "C:\Python365-32\lib\site-packages\PyQt5\uic\uiparser.py", line 1013, in parse
document = parse(filename)
File "C:\Python365-32\lib\xml\etree\ElementTree.py", line 1196, in parse
tree.parse(source, parser)
File "C:\Python365-32\lib\xml\etree\ElementTree.py", line 597, in parse
self._root = parser._parse_whole(source)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0
大佬帮忙看下,谢谢!!
1
520Python OP 没人遇到过我这一样的问题么?
|