You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hu@hu-VirtualBox:/home/newdisk/telnet-scanner$ python scanner.py
Traceback (most recent call last):
File "scanner.py", line 15, in
from new_module import *
File "/home/newdisk/telnet-scanner/new_module.py", line 4, in
import pexpect
ImportError: No module named pexpect
The text was updated successfully, but these errors were encountered:
hu@hu-VirtualBox:/home/newdisk/telnet-scanner$ python scanner.py
Traceback (most recent call last):
File "scanner.py", line 15, in
from new_module import *
File "/home/newdisk/telnet-scanner/new_module.py", line 4, in
import pexpect
ImportError: No module named pexpect
The text was updated successfully, but these errors were encountered: