I know this question is rather old, but nonetheless I thought it worth pointing out that forFor distributing your Python scripts in a way that doesn't require a native Python installation, you could also try Nuitka, which basically translates your Python code to C++ code, which is then compiled to a true native binary.
Peter Mortensen
- 31.4k
- 22
- 110
- 134