[issue42804] Unable to compile the cpython code x86 windows

2021-02-05 Thread Sunny
Sunny added the comment: Got it fixed with following the below steps a. Delete external folder b. Run the below build command build.bat -k -E -p x64 -k killed the existing python build process -E skipped the external libraries fetching -p mentioned the platform closing the ticket as it w

[issue42804] Unable to compile the cpython code x86 windows

2021-01-05 Thread Steve Dower
Steve Dower added the comment: If we can solve it, that would be better. The access denied error looks a bit like a build process (or previous Python build?) is still running that has locked one of the files. Restarting the PC is the easiest way to make sure nothing is using them, or you cou

[issue42804] Unable to compile the cpython code x86 windows

2021-01-05 Thread Zachary Ware
Zachary Ware added the comment: It seems possible that the fetch of the Tcl/Tk binaries failed somehow; you can try removing the entire `externals` directory (or just anything in it that includes `tcl` or `tk`); you can use `PCbuild\get_externals.bat --clean` to do so. -- _

[issue42804] Unable to compile the cpython code x86 windows

2021-01-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: >From the evidence presented, the problem building 3.8 on Win 10 is not with >our build code. I therefore believe that this should be closed as '3rd-party' >and that Sunny should inquire on python-list about the permission problem. >However, I marked this

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Sunny
Sunny added the comment: I am running using admin rights but still getting the error -- ___ Python tracker ___ ___ Python-bugs-list

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Bharath Posa
Bharath Posa added the comment: I just ran the file but got the below error saying permission denied PermissionError: [WinError 5] Access is denied: 'E:\\Libarary\\workspace\\python_dev\\cpython\\PCbuild\\..\\externals\\cpython-bin-deps-tcltk-8.6.9.0' -> 'E:\\Libarary\\workspace\\python_

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Dennis Sweeney
Dennis Sweeney added the comment: Were you able to run PCbuild\get_externals.bat ? -- ___ Python tracker ___ ___ Python-bugs-list m

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Bharath Posa
Bharath Posa added the comment: Followed the instructions as per the link https://devguide.python.org/setup/#setup While running the command build.bat -- ___ Python tracker ___

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Dennis Sweeney
Dennis Sweeney added the comment: What commands did you enter? Are you following the instructions at https://devguide.python.org/setup/ ? -- nosy: +Dennis Sweeney ___ Python tracker

[issue42804] Unable to compile the cpython code x86 windows

2021-01-01 Thread Bharath Posa
Change by Bharath Posa : -- title: Unable to compile the code x86 windows -> Unable to compile the cpython code x86 windows type: -> compile error ___ Python tracker ___