I've not yet converted the app to standalone. so I've made my dist and built and my app is showing in the finder but when i open it and error comes error
the error says:
survey(name of application) has encountered a fatal error, and will now terminate.
I created a virtual environment in python3 in my iterm2 and it built the app. I followed this link to convert my python script to MacOS application
this is what i did in my iterm2 terminal
python3 -m venv final
source final/bin/activate
after this i follow the instructions of this link