我用PySide2-5.11.0和python3.6.5编写了一个应用程序,并使用pyinstaller创建了一个构建。
该应用程序可以在我的PC上正常运行,但是同一版本不能在另一台PC上运行。
我遇到错误。
Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encoding'
我遇到错误的目标计算机,它没有安装python。
我的应用程序需要在没有安装python的情况下运行。
因为任何用户都将使用该应用程序。