Kay Hayen
Kay Hayen
For multiprocessing, isn't it needed to call `freeze_support`. That might be the second issue you are reporting. Obviously it would be nice, if the multiprocessing plugin told about this, so...
The first issue, if I am not mistaken is that when you have a file Python file as a main program `filename.py`, it's loaded as `__main__` and executed with that...
Ok, I will look into that and get back to you, but maybe only after 0.6.14 release this weekend, but I am assuming there is something with multiprocessing going on...
You should be using the hotfixes, the latest for 0.9 was 0.9.6
Can you also try and check why `--debugger` does not contain debug information? I checked with 0.9 and 3.10 just now and didn't see the problem, it's not anything hotfixed...
Something is missing from the example code. Indentation is off, and puts an unknown variable.
So, this is a hidden dependency on `pyfiglet.fonts` and its many data files. This one probably needs a plugin to select which TTF fonts to include. I just removed the...
So, this old issue has several solutions now. On develop, Nuitka now registers the loader with `pkg_resources` and therefore it works to look `pyfiglet.fonts` up. So this now works: `python3.9...
So `--include-package-data=pyfiglet.fonts:slant.flf` works on the factory brach now too.
On develop now, and the yaml config should make this work out of the box.