Kay Hayen

Results 1287 comments of Kay Hayen

This is not working for Github Actions though: ``` +dyld: Library not loaded: @executable_path/libpython3.8.dylib + Referenced from: /Users/runner/work/Nuitka/Nuitka/tests/standalone/CtypesUsing.dist/CtypesUsing + Reason: no suitable image found. Did find: + /Users/runner/work/Nuitka/Nuitka/tests/standalone/CtypesUsing.dist/libpython3.8.dylib: code signature...

It doesn't work on CPython Official for me with neither 2.7 nor 3.8 and I assume nothing will. I am guessing, that it may be the lack of identity, but...

Ok, reading manpage of `codesign`, it says something that means this, that because my certificate used for signing is not from Apple, it will not work to load the files....

With 1.0 support for `xgboost` DLLs was added. You ought to try develop, it had been fixed there for a long time.

Ah, so you are claiming a new issue. Can you retry with 1.0, the deleted global variables could be a symtom of something that was hotfixed by 0.9.6 though.

Please run with `--python-flag=-v` and check for traces that indicate module releases, you will easily recognize them, they come in large quantity at program end. Also, please be more clear,...

This may only be an incompatibility, where Nuitka outputs this, and CPython does not. When shutting down, what happens in Python is that module variables are all assigned to `None`...

From a standalone distribution you can remove files right now, that doesn't help though, if you want to use onefile, and plugins can implement DLL inhibition themselves, but that is...

The `--noinclude-dlls` was implemented for 1.0 last minute as is part of the release.