ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
697 stars 78 forks source link

module not found #77

Closed chris-kehl closed 10 months ago

chris-kehl commented 2 years ago

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

The-Compiler commented 2 years ago

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

ponty commented 2 years ago

Try this:

from pyvirtualdisplay import Display