Skip to content
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

./pythem: command not found #11

Closed
KryptiiKGEEK opened this issue Oct 14, 2016 · 3 comments
Closed

./pythem: command not found #11

KryptiiKGEEK opened this issue Oct 14, 2016 · 3 comments

Comments

@KryptiiKGEEK
Copy link

After installing I attempted to launch and received this error-->sudo: ./pythem: command not found.

Any ideas?

@m4n3dw0lf
Copy link
Owner

m4n3dw0lf commented Oct 14, 2016

try to #chmod +x pythem.py, otherwise use #python pythem.py (don't forget the .py at the end, sorry in the wiki installation guide i forgot to put the .py at the end, but now is fixed.)

@KryptiiKGEEK
Copy link
Author

Thanks for the reply. I am now getting this error--> sudo ./pythem.py
Traceback (most recent call last):
File "./pythem.py", line 24, in
from core.interface import Processor
File "/home/johnny/PytheM/core/interface.py", line 24, in
from scapy.all import *
ImportError: No module named scapy.all

Thanks.

On Fri, Oct 14, 2016 at 7:51 AM, m4n3dw0lf notifications@github.com wrote:

try to #chmod +x pythem, otherwise use #python pythem.py


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVx2XxiTlTaBfso2QhCpbgJw3qXzKOOUks5qz2y7gaJpZM4KW7Db
.

@m4n3dw0lf
Copy link
Owner

m4n3dw0lf commented Oct 14, 2016

it happens because you don't have the python module scapy, did you follow the installation guide at the wiki?
https://github.com/m4n3dw0lf/PytheM/wiki/Installation#installation-guide

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

No branches or pull requests

2 participants