source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

Add Python requirement to README.md

Open NepJr opened this issue 9 months ago • 3 comments

Python is needed to compile the server DLLs otherwise it'll throw an error regarding the vscript nut files

NepJr avatar Feb 19 '25 05:02 NepJr

Python 2.7 or 3.x? Other dependencies have version listed

halamix2 avatar Feb 19 '25 09:02 halamix2

I used latest 3.x

NepJr avatar Feb 19 '25 10:02 NepJr

Worth noting in README that python.exe needs to be listed in PATH, which doesn't always happen automatically when you install Python.

Lizard-Of-Oz avatar Feb 23 '25 17:02 Lizard-Of-Oz

Just a note, more specific to gitlab If you have a gitlab runner running as service building it on windows Python should be installed for all users (and I guess as admin) As Gitlab runner might be running as a Windows service (depending on how you set it up https://docs.gitlab.com/runner/install/windows/#installation)

Neoony avatar Mar 01 '25 16:03 Neoony

Superceded by another MR

misyltoad avatar Mar 08 '25 19:03 misyltoad