what does "Error: one input ui-file must be specified" in pyqt5 mean? How can I solve it?

1.5k Views Asked by At

In pycharm settting, I add "external Tool" which name is pyUIC, argument is "

PyQt5.uic.pyuic $FileName$

$FileNameWithoutExtension$.py" ,programm is "G:\m_anaconda\envs\Mogcn\python.exe", working directory is "$FileDir$"

1

There are 1 best solutions below

0
On

after I change my file name from "Dailuge - mainPage.ui" to "mainPage.ui". everything become success !