Kay Hayen
Kay Hayen
Thanks, I hope I didn't break the zmq plugin, this ought to be working.
So, I was using `pyzmq==22.3.0` successfully just now. Probably your old version has other implicit dependencies.
I still suspect, that it's a regression, there was code in ZMQ plugin, that deals with this: ``` if module_name == "zmq.libzmq" and isWin32Windows(): # TODO: Very strange thing for...
This is fixed on the factory branch, but needed new features in the Yaml config, so backporting to 1.0 is really out of the question, but I guess I will...
https://nuitka.net/doc/factory.html
Part of current develop and will be in 1.1 release.
The enumerate is on the Nuitka compile time level, we don't care about performance there. You are right that there is no built-in emumerate node, and I think we should...
Also, I am unclear which branch you mean, but the code where you create a constant from `zip()` will refuse to do so, because it is not a compile time...
Checkout this: > File "../../nuitka/nodes/ConstantRefNodes.py", line 996, in makeConstantRefNode > assert False, (constant, constant_type) > AssertionError: (, ) https://nightshift.nuitka.net/#/builders/176/builds/15 There you have it...
To be honest with you, appimage is a brilliant too, but usability is really not its thing, therefore I have done this when calling it: ``` stdin=getNullInput(), stderr=getNullOutput(), stdout=getNullOutput(), ```...