[Tutor] Vista UAC

Alan Gauld alan.gauld at btinternet.com
Fri Sep 11 01:43:29 CEST 2009


"Dj Gilcrease" <digitalxero at gmail.com> wrote

> wondering if there was a way with a standard install of python 2.6
> that I can check if I have the correct privileges and if not relaunch
> the app required privileges.

I haven't checked what the standard os functions do on Windows 
but you can always use ctypes to access the Windows API directly.
Not trivial but possible.

Alan G.




More information about the Tutor mailing list