Kay Hayen

Results 1287 comments of Kay Hayen

Great choice to not even fill out the issue template, preventing me to solve the issue at all.

It seems to me, Nuitka could create the cache to a temporary file itself: ``` ldconfig -C out.txt ldconfig -p -C out.txt ``` But without `--version` output that cannot be...

I really meant it when I said `nuitka --version`. Trying to be clever about what to provide is not helping. Not reading the issue template should have made me close...

In the code there is another OS, that has no `ldconfig` that can be used. I wonder if it could be expanded to cover Nix: ``` if isAlpineLinux(): return locateDLLFromFilesystem(...

Not sure, he is not using standalone mode, merely acceleration, in which case it ought to fall back to file system for missing ones, or so I am thinking. For...

Although Nuitka is compatible with that lone, relative imports up and down ought to work fine. :)

Well, @JorjMcKie I typically feel 2 distinct kind of surprises. a) How can it be this ever worked. b) How can this not work. Many times the two are unjustified...

Unfortunately I didn't the have time to look into these perfectly reproducible issues. You can give it a go, or wait until we know we are not wasting our time....

Thanks, I should be able to take it from there.

The behavior Nuitka shows is correct for Python 2.7, but not for 3.5 or higher.