Permissions denied for pyuic6
-
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! -
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!@DeadSo0ul "C:\YRT\forms" is not a Designer UI file. It is probably a directory.
-
@DeadSo0ul "C:\YRT\forms" is not a Designer UI file. It is probably a directory.
-
D DeadSo0ul has marked this topic as solved on