Kay Hayen
Kay Hayen
@Kndy666 For copying the data files, Nuitka options shall be used, like the one I already indicated, or others. Simply copying will limit the applicability to other use cases. What's...
But really the best solution is for somebody to create PR that describes the data directory of the packages and then everybody just immediately has it out of the box....
I am pretty sure, Github has better tutorials than I could ever make on how to create a PR. Start with cloning the git repo, then read `CONTRIBUTING.md` there. However...
It's on the roadmap to replace current source based hacks with actual hard import tracing, until then, this form of call will not work.
This `distribution.version` stuff is actually a bit harder, as it requires us to assign a shape for the distribution call, where we then pretend to know attribute values of it,...
This would be doable, but only through funding and quite a bit I think. Get in touch with me privately if you are ready to pay for the development of...
What is a built-in module gets decided at compile time, various Python distributions have differences there. Mind you however, that accelerated mode never includes extension modules, so it shouldn't matter...
Can you please use `--report=out.xml` in the failing Python, that could reveal something. In my self-compiled Python, that has it external, it just works. The Debian Python has this built-in,...
And you do run this on the machine where it was compiled?
Very interesting, the `site` module might be doing stupid stuff in our case. Can you add a `print(sys.path)` at the top of your script, and provide the output, I suspect...