Packing
Copy init.py from dxcam package to your working path, rename it to whatever you prefer
In my case, i named it to
pydxshot.py
Install nuitka by using command pip install nuitka
Go to your working path, run python -m nuitka --mingw64 --module --show-progress --no-pyi-file --remove-output --follow-import-to=dxcam dxshot.py
Possible fixes when you meet errors
- Install/Update c++ runtime from https://github.com/abbodi1406/vcredist/releases
- Fix your system by using command
sfc /scannow
andDISM.exe /Online /Cleanup-Image /RestoreHealth
(administrator) - Please discuss