ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Exporting GUI...Does not do downloads? #516

Open connors89 opened 8 months ago

connors89 commented 8 months ago

Hello! I am writing a script that uses TKDesigner - built off Tkinter - to make a GUI that downloads off yt-dlp, when downloaded, it opens the files in a new finder window. When I run my script in Xcode, it works fine, downloads, and opens the directory window. However when I export the script into an alias mode application, it does not download anything, it still opens the folder, but no files are there.