Kay Hayen
Kay Hayen
The `PermissionError` is more in the realms of your home directory setup being broken there.
The new method, I think I have started adding support for, but got interrupted. This could push me to finish that, must some more packages switching to it over time.
There seems to be an underlying bug that is not Nuitka related too: `TypeError: DegenerateFiles.Path.open() got an unexpected keyword argument 'encoding'` I recall seeing this one, and the solution is...
This is currently working on develop version and will be part of 1.1 release.
@Pirulax this is 3.10 standard library doing it wrong, but I guess, just a code branch they never encounter in normal life... but now Nuitka is of course just providing...
I also added a missing data file for `jsonrpcserver`, so this code example now works out of the box.
https://nuitka.net/doc/factory.html
The data file is now also on develop branch and will be in 1.1 release as well, which will happen soon.
While I am forever in lover with hinted compilation, I would love to see this tried without, so we can know if it's a bug of Nuitka or of it.
I tried this on Windows, and there it fell down with `ImportError: cannot import name 'NPCAP_PATH' from 'scapy.arch.pcapdnet' (unknown location)` it seems to have a need for a plugin package...