This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, ssbarnea, swarren
Date 2010-01-17.21:42:29
SpamBayes Score 0.011361877
Marked as misclassified No
Message-id <1263764551.36.0.238869044645.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
Eric: I'm guessing the error you're seeing might be due to a UAC issue (http://en.wikipedia.org/wiki/User_Account_Control). I've been developing with UAC disabled (because working with the command-line in a UAC environment is a bit**).

Can you confirm that you're running your python.exe with Administrative privileges (and not just an Administrators account that's been demoted)? If you're launching Python.exe from a command-prompt, you may want to launch the prompt with "Run as Administrator".

I'm hoping that will straighten out this permission issue. I look forward to your reply.
History
Date User Action Args
2010-01-17 21:42:31jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, brian.curtin, asvetlov
2010-01-17 21:42:31jaracosetmessageid: <1263764551.36.0.238869044645.issue1578269@psf.upfronthosting.co.za>
2010-01-17 21:42:29jaracolinkissue1578269 messages
2010-01-17 21:42:29jaracocreate