Skip to content
Advertisement

Tag: sudo

Mac OS X Python GUI Administrator Prompt

I have an OS X Python application that uses wxPython for it’s GUI controls. I’m looking to prompt the user for administrative rights (akin to using the Authorization Service API in Objective-C) before starting a network service. The closest library I have found is Bob Ippolito’s Authorization library but it is fairly outdated and has compatibility issues with Snow Leopard

Advertisement