【发布时间】:2021-05-25 07:14:25
【问题描述】:
当我命令pyinstaller 制作这样的exe文件时
pyinstaller --onefile --add-binary "chromedriver.exe";"." tweet.py
然后发生错误。
PS C:\selenium> pyinstaller --onefile --add-binary "chromedriver.exe";"." tweet.py
위치 줄:1 문자:59
+ pyinstaller --onefile --add-binary "chromedriver.exe";"." tweet.py
+ ~~~~~~~~
식 또는 문에서 예기치 않은 'tweet.py' 토큰입니다.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
【问题讨论】:
标签: python selenium-chromedriver pyinstaller exe