{OS} Name of the OS used Linux, Windows, Darwin, FreeBSD, OpenBSD {Version} Version of Nuitka e.g. (1, 6, 0) {Commercial} Version of Nuitka Commercial e.g. (2, 1, 0) {Arch} Architecture used x86_64, arm64, etc. {MAIN_DIRECTORY} Directory of the compiled file some_dir/maybe...
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.12. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module. - Nuitka/nuitka/Options.py at develop ·
Nuitka-Options:INFO: Used command line options: --onefile --output-dir=dist test1.py Nuitka:INFO: Starting Python compilation with Nuitka'1.1.5'on Python'3.9'commercial grade'not installed'. Nuitka:INFO: Completed Python level compilation and optimization. Nuitka:INFO: Generating source codeforC ...
{OS} Name of the OS used Linux, Windows, Darwin, FreeBSD, OpenBSD {Version} Version of Nuitka e.g. (1, 6, 0) {Commercial} Version of Nuitka Commercial e.g. (2, 1, 0) {Arch} Architecture used x86_64, arm64, etc. {MAIN_DIRECTORY} Directory of the compiled file some_dir/maybe...
Nuitka:INFO: Starting Python compilation with Nuitka '1.1.5' on Python '3.9' commercial grade 'not installed'. Nuitka:INFO: Completed Python level compilation and optimization. Nuitka:INFO: Generating source code for C backend compiler. Nuitka:INFO: Running data composer tool for optimal constant ...
Nuitka:INFO: Starting Python compilation with Nuitka '1.1.2' on Python '3.9' commercial grade 'not installed'. Nuitka-Memory:INFO: Memory usage changed loading module '__main__': 484.00 KB (495616 bytes) Nuitka-Progress:INFO: PASS 1: ...
Nuitka:INFO: Starting Python compilation with Nuitka'1.1.5'on Python'3.9'commercial grade'not installed'. Nuitka:INFO: Completed Python level compilation and optimization. Nuitka:INFO: Generating source codeforC backend compiler. Nuitka:INFO: Running data composer toolforoptimal constant value handling...
Nuitka version, full Python version, OS 2.6 Commercial: None Python: 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] Flavor: CPython Official OS: Windows Arch: x86_64 WindowsRelease: 10 Version C compiler: C:\Program Files (x86)\Microsoft Visua...
working version: # python3 -m nuitka --version 2.4.9 Commercial: None Python: 3.9.19 (main, Sep 11 2024, 00:00:00) Flavor: Fedora Python Executable: /usr/bin/python3 OS: Linux Arch: x86_64 Distribution: Rhel (based on Fedora) 9.5 ...
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.12. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module. - Nuitka/LICENSE.txt at develop · radtek