xxcosmos / buy_pig_plan_python

buy_pig_plan 的 Python 版,电话攻击(电话轰炸、可代替短信轰炸)、留言攻击工具。
MIT License
290 stars 122 forks source link

运行错误 #14

Open xiao9469 opened 3 years ago

xiao9469 commented 3 years ago

Traceback (most recent call last): File "C:\Users\xiao\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start stdin=PIPE) File "C:\Users\xiao\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in init restore_signals, start_new_session) File "C:\Users\xiao\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child startupinfo) FileNotFoundError: [WinError 2] 系统找不到指定的文件。

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "buy_pig_plan/main.py", line 7, in from config import settings File "E:\xiao\attack\buy_pig_plan\config.py", line 15, in "driver":webdriver.Firefox(), File "C:\Users\xiao\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 164, in init self.service.start() File "C:\Users\xiao\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\common\service.py", line 83, in start os.path.basename(self.path), self.start_error_message) selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.

likek commented 2 years ago

我也是这样