Kay Hayen

Results 1287 comments of Kay Hayen

So "multidist" is now a thing since 1.4 release, so multiple `--main` and you can run it through different names. Check out the user manual for how that is best...

I forgot to give the pointer: https://nuitka.net/doc/nuitka-package-config.html#where-else-to-look If these are PyPI packages, PRs that put it to use are very welcome.

I really would need help with the tooling there, I right now don't see what kind of differences two binaries have there. I am willing to work and minimize those...

@andriuss-amd thanks for that poiter, a quick test of compiling same user, same dir, same machine, revealed no differences for standalone, even `diff -r ` didn't find anything. So that...

No commercial interest in this it seems, so it's moved to 1.5, want to do it eventually, but other things are more important right now. Having my own M2 mini...

Pushing this back to 1.6, don't think I want to delay 1.5 with 3.11 support due to it.

For tkinter, I have successfully done this: > python3.10 bin/nuitka-run --macos-create --noinclude-data-file=tcl/opt0.4 --noinclude-data-file=tcl/http1.0 tests/standalone/TkInterUsing.py While deleting the files in the installation might be worthwhile, it seems some things work that...

So, it seems that PySide2 and PyQt5 both got enhanced and do not trigger the signing issues anymore, so Nuitka was insisting on --onefile for them with no real point....

Ah, I forgot to enable `qml` which is what actually causes the issue, it's still there of course, and no easy workaround in sight, we really need to force DMG...