Ilyich the Toad
Ilyich the Toad
Sorry for being late, some time ago I wrote small Python-based GUI script for batch processing folders with optivorbis. It's among other batch files here: [https://github.com/Dnyarri/batchfiles](https://github.com/Dnyarri/batchfiles) GUI is based on...
Well, since I first took a look at Python at the end of 2023, I'm supposed to be late for 2022. But optivorbis was the first candidate for batch automation...
Oh, BTW, drag-and-drop support was mentioned. I'm unlikely to make real drag-and-drop, but I guess I have a workaround. I just uploaded upgraded version of the script, which understands command...
I guess you are talking about missing `--include-data-file="C:/Users/abdul/OneDrive/Desktop/main/code/Python/important/Necrotic/assets/icon.ico"="icon.ico"` or something like that in you command?
As long as I remember, pyinstaller works just like Nuitka, at least in case of tkinter - you should tell it to add icon as additional file to your package....
> I just added that argument to my command and built my exe again. Unfortunately it did not change anything, the problem still persists ...which let us to next step:...
As long as I understand, you are talking about subprocess in your program. Now, does that bcp.exe have something like quiet mode so you can add a switch to your...
Just wonder what happens if you simply run UPX on resulting file manually. I keep using UPX since, according to my observations, it gives less false positive virus warnings as...
> Now Nuitka Zstandard compression is enabled, is there no longer any need to use UPX? I don't quite get it. There is no need to use TWO compressions simultaneously,...
Like I said, I use UPX, and yes, I use it for Windows onefile. However, I use it via command line, that is, I build uncompressed file with Nuitka and...