[PyInstaller] Please help with the hidden imports issues with django

2024-02-28 Thread David Marceau
Hi there, I've been struggling to get rid of these hidden imports issues arising from django. Please could you tell me what am I doing wrong? -I have --hidden-import switches -I have tweaked the venv/lib/python3.11/site- packages/PyInstaller/hooks/hook-django.py Line 49 to contain the same list

[PyInstaller] Re: Please help with the hidden imports issues with django

2024-02-28 Thread bwoodsend
Please could you tell me what am I doing wrong? Trying to freeze a web server for one.  You’re chasing the wrong issue here. Django contains many submodules which can’t be loaded unless you have some strange stuff installed on your machine. PyInstaller collects each submodule only if its