Python Forum
Has anyone experience a winError[5] Access Denied in Windows 10?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Has anyone experience a winError[5] Access Denied in Windows 10?
#2
I'm not a Windows user but it would be a good idea to get the command that python tries to call by printing the arguments before the statement proc = Popen(arguments, stdout=PIPE) at line 366 in updateMakefile.py. If these arguments are for example ['spam.exe', '-s', 'eggs', 'ham'] then you could
  • check that the program can access spam.exe (permissions)
  • try the command spam.exe -s eggs ham in a terminal (cmd window) to see if it runs correctly.
Reply


Messages In This Thread
RE: Has anyone experience a winError[5] Access Denied in Windows 10? - by Gribouillis - Nov-11-2019, 07:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WinError 10061 with socket absolut 4 1,149 Jan-13-2025, 10:29 PM
Last Post: absolut
  sharepoint: Access has been blocked by Conditional Access policies CAD79 0 2,139 Jul-12-2024, 09:36 AM
Last Post: CAD79
  Circumvent the "access denied" page? Pedroski55 7 2,132 Jun-15-2024, 06:25 AM
Last Post: Pedroski55
  The INSERT permission was denied on the object Steven5055 3 2,954 Jun-12-2024, 08:13 AM
Last Post: GregoryConley
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 3,008 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  access is denied error 5 for network drive mapping ? ahmedbarbary 2 2,785 Aug-17-2022, 10:09 PM
Last Post: ahmedbarbary
  Server Folder Error : WinError5 Access Denied fioranosnake 1 1,727 Jun-21-2022, 11:11 PM
Last Post: Larz60+
  WinError 2, since fresh new Windows 10 install alok 1 2,359 Jan-06-2022, 11:20 PM
Last Post: lucasbazan
  Error no 13: Permission denied in python shantanu97 1 8,649 Mar-31-2021, 02:15 PM
Last Post: snippsat
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 4,781 Oct-21-2020, 01:04 AM
Last Post: aupres

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020