我正在尝试在PyCharm上运行的程序上访问STAF API。有没有办法运行PyCharm作为管理员?
ERROR:root:Error registering with STAF, RC: 21
Traceback (most recent call last):
File "C:\ucce_auto\TestAutomation\common\python\pystafBase.py", line 33, in getStafHandle
handle = STAFHandle(name)
File "C:\STAF\bin\PySTAFv3.py", line 157, in __init__
raise STAFException(rc)
我得到代码21的错误,其中一个处理方法是运行PyCharm作为管理员。但是,我找不到任何可以帮助我这样做的材料。