PyChromeDevTools icon indicating copy to clipboard operation
PyChromeDevTools copied to clipboard

ModuleNotFoundError: No module named 'PyChromeDevTools'

Open casey-mott opened this issue 4 years ago • 1 comments

After installing the packages as described, tried executing your code in a local py file and my terminal keeps returning "ModuleNotFoundError: No module named 'PyChromeDevTools'". Is there something I'm missing to import the lib?

casey-mott avatar Sep 02 '20 19:09 casey-mott

You need to run the file with your python interpreter. When you try to run the file normally in command prompt, it doesn't know where your libraries are located. If you open up a live interpreter you should be able to execute your file.

choldener avatar Oct 28 '20 22:10 choldener