python -m nuitka --lto=no --jobs=1 --standalone --onefile --nofollow-import-to=pandas youscript.py
如果有配置文件夹,且不想打包配置文件到exe,可以使用--include-data-dir=config=yourconfig参数
python -m nuitka --lto=no --jobs=1 --standalone --onefile --nofollow-import-to=pandas --include-module=getpass --include-module=oracledb --include-data-dir=config=yourconfig youscript.py