PyVirtualDisplay icon indicating copy to clipboard operation
PyVirtualDisplay copied to clipboard

module not found

Open chris-kehl opened this issue 3 years ago • 2 comments

Receiving this message: ModuleNotFoundError: No module named 'pythonvirtualdisplay'

chris-kehl avatar May 07 '22 13:05 chris-kehl

Well, this project happens to be named "PyVirtualDisplay" and not "PythonVirtualDisplay" - same goes for the import, see the README.

The-Compiler avatar May 07 '22 22:05 The-Compiler

Try this:

from pyvirtualdisplay import Display

ponty avatar May 08 '22 20:05 ponty