Relative Content

Tag Archive for pythonpyinstaller

YT-DLP and FFMPEG standalone video downloader

I am trying to create a video downloader, that can download only from youtube.com and vimeo.com
I can get the script to work fine on my machine, both running from IDE and the pyinstaller .exe, but running the .exe I created on another machine gives a FileNotFoundError.

Python: cannot create temporaty directory

I used pyinstaller to package a python program. When I entered the corresponding open command like this window.location.href="koudai:open" in the browser console through the URL protocol, a pop-up window appeared saying that a temporary directory could not be created.

Why PyInstaller doesn’t see modules?

I’m trying to reproduce the example code of pySiril and compile it all into an exe file so that I can freely distribute my scripts for processing astrophotography.

PyInstaller doesn’t see modules

I’m trying to reproduce the example code of pySiril and compile it all into an exe file so that I can freely distribute my scripts for processing astrophotography. However, when starting the exe, an error appears that the module was not found.