Open DiptenduIDEAS opened 4 months ago
Sorry, the run_app.py file was found in the pkgs folder after installation, not in Python folder
Have you had a look at the streamlit example? I think your home.py
is equivalent to app.py
in the example
This is a guess, but you might want to put your .py
files in a packge, like in that example. If you don't, then Pynsist doesn't know that run_app.py
and home.py
are connected, so you'd have to tell it to include both, and any other relevant files.
I have the following code in run_app.py
However, in the installed folder (or its subfolders), the file home.py is missing
The run_app.py file is found in the Python folder
Where is the home.py file?
Here is the snippet from installer.cfg
and this is the source structure