Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用python编写了程序,使用日志模块将日志写入文件。当我使用 cmd (我在 windows 上工作)命令时:python -m program.py它工作得很好,但是在 nuitka 中编译它之后: python -m nuitka --onefile --windows-disable-console --windows-icon-from-ico=icon.ico program.py它停止写入日志。我logging.shutdown在程序中使用命令。
python -m program.py
python -m nuitka --onefile --windows-disable-console --windows-icon-from-ico=icon.ico program.py
logging.shutdown