开发者

Running compiled python (py2app) as administrator in Mac

开发者 https://www.devze.com 2023-04-08 13:06 出处:网络
开发者_运维知识库After looking at Running compiled python (py2exe) as administrator in Vista I was wondering if there\'s an easy way to get the Mac Authentication dialog in Python (specifically py2app

开发者_运维知识库After looking at Running compiled python (py2exe) as administrator in Vista I was wondering if there's an easy way to get the Mac Authentication dialog in Python (specifically py2app)

I know mac has the built in Authentication services too http://developer.apple.com/library/mac/#documentation/Security/Reference/authorization_ref/Reference/reference.html

Also, I know I could do something like this:

os.system("""osascript -e 'do shell script "<commands here>"  with administrator privileges'""")

but was wondering if there was a built in way to do this


From what I can tell there was a Python Egg for doing this, but it's been unsupported by the author for several years now

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号