An error occurred when executing pyinstaller -F xxx.spec after editing the xxx.spec file:
SyntaxError: invalid character’,’ (U+FF0C)
After re-editing the myWidget.spec file, this error occurred because there was no’,’ in the path added by pathex!
An error occurred when executing pyinstaller -F xxx.spec after editing the xxx.spec file:
SyntaxError: invalid character’,’ (U+FF0C)
After re-editing the myWidget.spec file, this error occurred because there was no’,’ in the path added by pathex!