pyinstaller -F –collect-all dateutil 参考: https://stack […]
标签: pyinstaller
python或pyinstaller报”source code string cannot contain null bytes”
pyinstaller报这个错误是因为python版本太低,不支持某些语法 python报这个错误可能因为py […]
pyinstaller报ValueError: bad marshal data (unknown type code)
find . -name ‘*.pyc’ -delete