我可以在Windows上运行PyCharm作为Admin吗?

时间:2016-04-05 22:53:44

标签: pycharm

我正在尝试在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作为管理员。但是,我找不到任何可以帮助我这样做的材料。

1 个答案:

答案 0 :(得分:2)

要在Windows计算机上运行具有管理员权限的程序,您需要右键单击程序文件并选择“以管理员身份运行”

enter image description here