I would like to ask you a question about the PyQt command in Python.

Asked 2 years ago, Updated 2 years ago, 93 views

pyuic5-o example2.ui example.py

I ran it in the form, but the error follows: The part that I can't get a sense of is clearly 'ls -l', and when I look up, the file exists, but when I actually execute the command, it says that there is no file. What's the problem?

python pyqt pyuic

2022-09-22 22:01

1 Answers

ror:Nosuch file or directory: "example2.py" is a bug that appears when example2.py is not found.

As the result of ls -l | grep example2 shows only exmaple2.ui, it seems that example2.py is not in that directory. Please create example2.py.


2022-09-22 22:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.