views:

59

answers:

0

I am currently working on a PyQt4 app which requires administrator privileges to access some files. I would like it to follow Apple guidelines and open the Authenticate Dialog to prompt the user to input their password in order to perform administrator tasks.

I have already looked into MacPython Authorization package, but it seems a bit outdated and it only can be used to launch external processes and I am already using subprocess to do that.

Is there another alternative?