Relative Content

Tag Archive for pythondjangopyinstaller

pyinstaller django :modules not found

i have turned my django application into exe file and i cant runserver , because some modules are not found
django version 3.2.25
pyinstaller 5.12

infinte loop when transforming django into exe file

I want to execute ” runserver” command and “run_file_watcher” which is custom command at the same time each one on a sperate thread , it works fine , but when transforming it into exe file with Pyinstaller it go for infinite loop

file not found with PyInstaller and Django

I’m using PyInstaller for a Django application, with some difficulties I was able to generate the .exe file and the application starts, but when I try to see any page I get TemplateDoesNotExist error.