我在執行某個 api 時,遇到以下錯誤:
Traceback (most recent call last):
... 中間略 ...
File "c:\users\bruce chen\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Bruce
Chen\Anaconda3\Scripts\ohpub-download.exe\__main__.py", line 9, in <module>
File "c:\users\bruce chen\anaconda3\lib\site-packages\click\core.py", line
722, in __call__
return self.main(*args, **kwargs)
... 後面略 ...
然後我就看到一個亮點
File "........exe\__main__.py" ?
為什麼exe執行檔裡面會有 python 程式碼?
我可以編輯那些程式碼嗎?
謝謝