Permissions denied for pyuic6
Solved
General and Desktop
-
Hello,
I am trying to convert a .ui file to a python script but I get permission deniedI am using PyCharm's local terminal.
(.venv) PS C:\YRT> pyuic6 -x C:\YRT\forms -o C:\YRT\src\crypto.py C:\YRT\forms: invalid Qt Designer file: [Errno 13] Permission denied: 'C:\\YRT\\forms'
Any help would be appreciated.
Thanks! -