Kay Hayen

Results 1287 comments of Kay Hayen

That is very helpful. I believe your `libpython3.10` might be miscompiled. At leaast I am using `--enable-shared` or older systems, albeit all Debian, and have it working. It can be...

Unfortunately PyQt5 seems to not be working well. I recommend using PySide2, esp. with the patches avaiable in the Nuitka commercial offering, or PySide 6.1.2 once it's available, which will...

I have also reached out to Riverbank just now. I will probably add warnings to Nuitka when you use PyQt5 about the many problems this will have and recommend to...

This is not ideal. I have been in contact with Riverbank about PyQt. Not sure what will come out of it though. I would be very surprised if it was...

The `metadata` function is not yet supported. From what I am seening, it's using distribution objects, not unlike we already do in `pkg_resources.get_distribution`, so adding `importlib.metadata.distribution` would be a sensible...

Unlike `pkg_resources` it is a bit harder to create `Distribution` objects at run time. We will need our own variation of the `Distribution` abstract type where we preserve e.g. `METADATA`...

So, the importlib metadat `.distribution` methods are supported in the latest pre-release, and for factory I now added a re-formulation for the `metadata` function calls, such that the code ought...