-
-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: name 'keyboard' is not defined #33
Comments
pip install Pillow |
Getting this issue ~/Keylogger (master) [1]> pip install pillow |
Why am i having this message?
Traceback (most recent call last):
File "/home/kali/Keylogger/keylogger.py", line 9, in
import pyscreenshot
File "/home/kali/.local/lib/python3.9/site-packages/pyscreenshot/init.py", line 5, in
from pyscreenshot.loader import Loader, FailedBackendError
File "/home/kali/.local/lib/python3.9/site-packages/pyscreenshot/loader.py", line 2, in
from pyscreenshot import plugins
File "/home/kali/.local/lib/python3.9/site-packages/pyscreenshot/plugins/init.py", line 5, in
from pyscreenshot.plugins import wxscreen, gtkpixbuf, qt4grabwindow, qt5grabwindow,
File "/home/kali/.local/lib/python3.9/site-packages/pyscreenshot/plugins/scrot.py", line 2, in
from easyprocess import extract_version
ImportError: cannot import name 'extract_version' from 'easyprocess' (/home/kali/.local/lib/python3.9/site-packages/easyprocess/init.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/Keylogger/keylogger.py", line 143, in
keylogger.run()
File "/home/kali/Keylogger/keylogger.py", line 115, in run
keyboard_listener = keyboard.Listener(on_press=self.save_data)
NameError: name 'keyboard' is not defined
The text was updated successfully, but these errors were encountered: