pyinstaller打包Django报错:TypeError: expected str, bytes or os.PathLike object, not NoneType

发表于 : 2025-06-15   · 「CC BY-NC-SA 4.0」 ·   617 人浏览

TypeError: expected str, bytes or os.PathLike object, not NoneType

简单的办法就是你的apps这个文件里加一个__init__.py文件,不要问我为什么。放了就解决了

django pyinstaller