Kay Hayen

Results 1287 comments of Kay Hayen

Also, setting the `origin` value in the spec value, just in case. The `__file__` was already correct for one phase loading fallback, but some things might use that. Still not...

It seems, that `_jype` is using 2 phase loading, and then doing stuff you are not supposed to do in phase 1, so Nuitka has to set it a bit...

@lyssdod You don't understand that e.g. `os.path` will be from the compiling platform, resulting in `os.path.join("a","b") to be evaluated with `posixpath` to `a/b`, where `ntpath` would create `a\b` on the...

@mcondarelli that would be perfect

@mcondarelli no it means you have all the pre-conditions to change Nuitka so it works.

@mcondarelli I have not yet measure start up time with Nuitka compiled binary, so far I have only aimed at acceleration.

There is two inline copies of scons, one for Python2 and one for Python3. You can't run the former with Python3 at all, so do't do it. There is a...

The core of the error is this `"ModuleNotFoundError: No module named '_codecs_tw'"` which means it fails to load that module, which probably won't be possible if we are talking cross...

The reason Nuitka does this, is to find the module location from the verbose output of Python, where the importer will report where it came from. Although with Python3 I...

@mingwandroid that would be great, looking forward to a PR and a welcome addition.