I want to create a Django project and convert it to an exe file for Windows XP SP3, but I can’t pip install the versions that works for Windows XP SP3
i tried searching many websites and always got this:
Collecting Pyinstaller
Could not find a version that satisfies the requirement Pyinstaller (from versions: ).
No matching distribution found for Pyinstaller.
3
There’s a project called Django2Exe
that aims to help distribute Django projects as .exe files.
It uses WinPython
and Cefpython3
to package your Django project.
You can follow the instructions in the GitHub repository to set it up.