Must run as admin on Windows? #106
Unanswered
MarkusPiotrowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running bless on Windows 10 (64bit), Python 3.8.10, driving a simple notification server. At the moment I do
server.run()
I receive aWinError 5
Access denied error. This error usually indicates missing permissions. So I need to run my script as administrator (e.g. starting it from a console that was opened in administrator mode). Then it works nicely.Is this a known issue? It would be nice if one could prevent running the program as admin.
Beta Was this translation helpful? Give feedback.
All reactions