PyQt, .ui and .exe
-
Hi and welcome to devnet,
Your question is bit hard to follow.
Either you generate a Python file from the .ui file and use it in your project or you load the .ui file using Python code. In which case are you ?
-
I would recommend checking the Qt for Python Deployment guide for suggestions on how to deploy python based application.
-
I would recommend checking the Qt for Python Deployment guide for suggestions on how to deploy python based application.
-
@SGaist Ok, i convert it to .py and making a working app.
When i create an .exe from .py, i recive an error: ModuleNotFoundError: No module named 'PyQt5'
Can You help me with that?@fornakter said in PyQt, .ui and .exe:
When i create an .exe from .py,
And how do you do that? Presumably look at the documentation for the tool.