Error: No such file or directory: "Form.ui"
-
PLs solve this error
i want to covert .ui fileto py
-
PLs solve this error
i want to covert .ui fileto py
@Itachi-uchiha
Hello and welcome.Your
Form.uifile is not in the directory you are runningpyuic5from, or it is named something else, so where is it or do you have a different name thenFormfor the.uifile?EDIT Wait, isn't the command line usage of
pyuic5:pyuic5 -x Form.uiNote the
-x, different from PySide. You can add a-o <filepath>to send the output to a.pyfile, be careful not to overwrite the wrong thing! Keep a backup of your.ui/.pyfiles if you are playing with this!