Kay Hayen
Kay Hayen
Unfortunately, for scons to work, Nuitka needs the information about the modules, and this would have to come from compilation or a cache. The later is the actual solution in...
Nuitka puts things in environment variables, on the command line when it calls things, in include files, etc. and is all dirty about this folder contents. This could get cleaned...
Adding plugin interfaces of general usablity would be great. Now that I think of it, the call to scons is probably having an "env" provided too, if you capture that,...
Ah, there is also post processing. You definitely want to also do that, only then constants and stuff are going to work, when resources are set, etc. let alone speak...
I am closing this now that we merged the quick option. I will however mid term develop this into something that does post processing, and can be called from Nuitka...
Thanks, looks like a great report.
I tried replacing the callback with an uncompiled function. As for the error being missing DLLs, on the callstack, I only found libffi and when I remove it, well it...
I tried adding those kinds of things, but it doesn't change anything. I have no idea, what could be going on. I did the unspeakable, and made sure, that only...
I unfortunately don't have the time to figure this one out, somebody needs to help with this one.
Django is a bit dynamic, I believe the config can make it try to restart as Python. The plugin directory option is wrong to use, rather use `--include-package=django` if that...