PyInstaller with Python:
错误提示:
importError: No module named _bootlocale
解决方法(摘录):
And adding --exclude-module _bootlocale to the command line .

PyInstaller with Python:
错误提示:
importError: No module named _bootlocale
解决方法(摘录):
And adding --exclude-module _bootlocale to the command line .