Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ImportError: No module named pexpect #6

Open
hcu5555 opened this issue Sep 3, 2018 · 2 comments
Open

ImportError: No module named pexpect #6

hcu5555 opened this issue Sep 3, 2018 · 2 comments

Comments

@hcu5555
Copy link

hcu5555 commented Sep 3, 2018

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

@hcu5555
Copy link
Author

hcu5555 commented Sep 3, 2018

Python 2.7
Ubuntu 16.04 LTS

@JTD420
Copy link

JTD420 commented Sep 25, 2018

sudo yum install pexpect

You'll have an issue afterwards with the MySQLdb module missing but I can't help with that unfortunately.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants