我在执行某个 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 程式码?
我可以编辑那些程式码吗?
谢谢