ImportError: sys.meta_path is None, Python is likely shutting down

코드 는 다음 과 같 습 니 다:
from selenium import webdriver
b = webdriver.Chrome()
b.get('http://192.168.100.21:9199/scyx')
b.maximize_window()

실행 오류:
Exception ignored in: >Traceback (most recent call last):  File "C:\Python\Python36-32\lib\site-packages\selenium\webdriver\common\service.py", line 173, in __del__  File "C:\Python\Python36-32\lib\site-packages\selenium\webdriver\common\service.py", line 149, in stop  File "C:\Python\Python36-32\lib\site-packages\selenium\webdriver\common\service.py", line 120, in send_remote_shutdown_command
ImportError: sys.meta_path is None, Python is likely shutting down
해결 방안:
아래 에 quit () 추가
4. 567913. 해결

좋은 웹페이지 즐겨찾기