Skip to content
Advertisement

Tag: py2app

Problem turning python file into an app using py2app

So I am trying to turn my code: https://github.com/TheLostProgrammer/Video_Downloader/blob/main/Video_Downloader.py Into an .app file using py2app so I can use it on my mac… Every time I go to open the .app file it opens and then immediately closes. Here is the contents of my setup.py: These are the steps that I have done in my terminal to turn the .py

How to create OS X app with Python on Windows

I need to automate a cross-platform application build. Entire build runs on Windows machine. Part of it is written in Python and compiles for OS X. Currently this part of build is done manually on OS X. I tried pyinstaller but it looks like it only building for the platform that it is running on. I also tried py2app but

Advertisement