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 shreyanavigyan
Recipients WildCard65, eryksun, paulenet, shreyanavigyan
Date 2021-05-06.17:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620323505.08.0.10778531318.issue44046@roundup.psfhosted.org>
In-reply-to
Content
The most easy way to do is right click on the application you're running the code from, click Run as Administrator and then run the code in that application. You'll not get any WinError. And also being in the Administrators group doesn't mean whatever application you run has the permission. You have the permission to do manually not the application right? I'm saying this because I'm the admin of my computer still Python raises WinError if I run it normally. Being the admin of my computer I still have to run Python in elevated mode. Windows considers Python as a third party app and it'll not give admin access to it so easily.
History
Date User Action Args
2021-05-06 17:51:45shreyanavigyansetrecipients: + shreyanavigyan, eryksun, WildCard65, paulenet
2021-05-06 17:51:45shreyanavigyansetmessageid: <1620323505.08.0.10778531318.issue44046@roundup.psfhosted.org>
2021-05-06 17:51:45shreyanavigyanlinkissue44046 messages
2021-05-06 17:51:44shreyanavigyancreate