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

[Missing Dependency] => Mechanize import error #11

Closed
ainich opened this issue Jul 16, 2018 · 5 comments
Closed

[Missing Dependency] => Mechanize import error #11

ainich opened this issue Jul 16, 2018 · 5 comments
Assignees
Labels
bug Something isn't working local dependency error The bug was due to a local dependency error. resolved The bug has been looked after and resolved!

Comments

@ainich
Copy link

ainich commented Jul 16, 2018

Traceback (most recent call last):
File "/opt/tidos-framework/tidos.py", line 14, in
from tidos_main import *
File "core/tidos_main.py", line 20, in
from impo import *
File "core/impo.py", line 16, in
from passiveo import *
File "core/passiveo.py", line 31, in
from footprint_dup import *
File "core/footprint_dup.py", line 14, in
from activeo import *
File "core/activeo.py", line 31, in
from cms import *
File "modules/ActiveRecon/cms.py", line 12, in
import mechanize
ImportError: No module named mechanize

@0xInfection
Copy link
Owner

Hmm I just forgot the dependency. I am pushing out the code changes right now, in the meantime you can solve this yourself by pip install mechanize command.

@0xInfection 0xInfection self-assigned this Jul 16, 2018
@0xInfection 0xInfection added the bug Something isn't working label Jul 16, 2018
@ainich
Copy link
Author

ainich commented Jul 16, 2018

Ah, myp pip is pyhon3 by default

0xInfection added a commit that referenced this issue Jul 16, 2018
@ainich
Copy link
Author

ainich commented Jul 16, 2018

also dnslib, tldextract, BeautifulSoup, mysql-python and it work

@0xInfection
Copy link
Owner

Sure, I fixed the mechanize stuff. I will look to these too! Thank you!

@0xInfection
Copy link
Owner

#12 speaks of the same ImportError. Lets open this up.

@0xInfection 0xInfection reopened this Jul 18, 2018
@0xInfection 0xInfection added bug resolved The bug was solved! and removed bug Something isn't working labels Jul 18, 2018
@0xInfection 0xInfection changed the title Import error [Missing Dependency] => Mechanize import error Aug 11, 2018
@0xInfection 0xInfection added bug Something isn't working resolved The bug has been looked after and resolved! and removed bug resolved The bug was solved! labels Aug 24, 2018
@0xInfection 0xInfection added the local dependency error The bug was due to a local dependency error. label Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working local dependency error The bug was due to a local dependency error. resolved The bug has been looked after and resolved!
Projects
None yet
Development

No branches or pull requests

2 participants