PYQT i cant able to convert the file to multilanguage and I'm getting a error in lrelease
-
Hi and welcome to devnet,
The error message indicates that lrelease cannot be found. Do you have it anywhere ?
-
PyQt6 does not seem to provide lrelease. Based on their documentation, it seems you would use the lrelease binary that comes from a classic Qt installation.
Which OS are you running ?
Note that PySide6 does provide the tools.
-
Then it looks like you should either install Qt to get the tools or switch to PySide6.
Ultimately you could try to use the PySide6 tools to build the translations for your application.
-
@Ayyappan said in PYQT i cant able to convert the file to multilanguage and I'm getting a error in lrelease:
but how to check in command lrelease is present
By executing the "lrelease" command in the terminal?
If it fails you can also use the "find" command to search for it (if you're on Linux). -
Check the
pyside6-*
commands