如何在 Mac OS X 中以 root 身份从 Python 运行命令?
在我的 Python GUI 应用程序中,我必须以 root 身份运行命令来执行特定操作(具体来说,它会在系统范围内安装 Python 模块)。在 Linux 上,我只需使用 gksudo 或 kdesu 作为传递给 subprocess.Popen() 的命令的前缀。不幸的是,Mac 上似乎没有类似的产品。在指向一些名为 BetterAuthorizationSample 的复杂 Objective-C 代码之前,我已经看到了这个问题...我不太理解它,并且宁愿不编写 Objective-C 代码来完成这个简单的任务。如果有更简单的方法,我想知道。我想我可以制作自己的密码对话框并将其传递给标准输入上的常规命令行 sudo 。
In my Python GUI application, I have to run a command as root to perform a certain action (to be specific, it installs a Python module system-wide). On Linux I simply use gksudo or kdesu prefixed to the command passed to subprocess.Popen(). There doesn't seem to be a Mac equivalent, unfortunately. I have seen this question before pointing to some complicated Objective-C code called BetterAuthorizationSample... I don't really understand it and would prefer to not write Objective-C code to do this simple task. If there's a simpler way, I'd like to know. I'm thinking I could make my own password dialog box and pass it to regular command-line sudo on stdin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论