I'm trying to build an stand alone application of my python code by using py2app but there's a error when I open the app

感情迁移 提交于 2020-08-05 12:06:06

问题


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

来源:https://stackoverflow.com/questions/62733188/im-trying-to-build-an-stand-alone-application-of-my-python-code-by-using-py2app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!