第一次在 macOS (10.14) 上尝试 Nuitka。
我做了python3 -m nuitka --standalone hello.py(也试过--clang)
结果是一个奇怪的hello.dist文件夹——它甚至不会作为文件夹出现在 Finder 中——它包含一堆.so文件Python和我的可执行文件hello。
我以为它会创建一个.app捆绑包?还有一步吗?
(我也试过https://sveinbjorn.org/platypus但这并没有真正编译 python。)