Kay Hayen
Kay Hayen
This is solved with 1.4 release now, was already part of 1.3.6 but I forgot to trace it here.
The new option is called `--include-onefile-external-data` and accepts destination file patterns. You include the data files, and then by matching patterns, you decide to put it external to the onefile...
This is now on the develop and the commercial staging branch and part of the latest pre-release, will be part of the 2.0 release that will eventually follow.
This is part of the stable release 2.0 that I just made.
Yes, supposed to work.
The original report seems to not be using standalone mode, which I have to infer from the `.bin` suffix, however it's unclear what was included, and what was not, making...
The accelerated mode using mixed code still needs to be enhanced, but I didn't find the time for the issue yet. Most people affected are using the wrong mode anyway.
I don't think I ever got the command line of Nuitka that I asked for, which should be present in the wheel build.
So, `a.b.__file__` is actually correct., the the `__file__` values of the contained namespace should be runtime adopted, to one level deeper, and it is, no idea where the `a/` part...
So, indeed this takes the DLL directory as a base, which works filne for the top name, but the included ones. it seems have the "a" name in themselves. Which...