Kay Hayen

Results 1287 comments of Kay Hayen

``` import signal from PyQt6 import QtCore, QtWidgets signal.signal(signal.SIGINT, signal.SIG_DFL) def n(x): on = x.objectName() return on if on != "" else str(x) class Test(QtCore.QObject): def __init__(self): super().__init__() def move(self):...

This is delayed and probably needs a PyQt6 or sip change rather than a Nuitka change at all.

Use `--windows-uac-admin` it re-executing itself is of course also something that could be fixed up, but I guess, we should just apply the same trick as I did for win32...

Any progress on this one @KevinRodriguez777 it seems easy I think, just needs to identify the function that does the elevation and use `change_function` on it. If you feel the...

I am putting this to delayed, because there is only so much we can do. After their 0.12 release, I will make a stab at using it with C++ as...

It's a shame you didn't provide the --version output although it clearly asks you to. You also have a hello world situation I would assume, can you compile anything with...

Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback on...

This is part of the stable release 2.4 that I just made.

Hello, installing redbaron from PyPI the released version doesn't cover previous fixes, I think I did test installations before. It seems as if redbaron is no longer actively maintained. Can...

Ah, I just raised an issue, and was not aware that the tiny change would cause it. Seems released version is still good enough me. However this issue and others...