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

[ImportError] No module named _mysql #12

Closed
henrydogard opened this issue Jul 17, 2018 · 1 comment
Closed

[ImportError] No module named _mysql #12

henrydogard opened this issue Jul 17, 2018 · 1 comment
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@henrydogard
Copy link

Hi there,

Thank you for putting all of them together. Unfortunately, I ran into a big bug here-

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 sqlbrute import *
File "modules/AuxilMods/sqlbrute.py", line 12, in 
import _mysql
ImportError: No module named _mysql

Any way to resolve this?

@henrydogard henrydogard changed the title [Tool-Request] Addition of more Exploits [ImportError] No module named _mysql Jul 17, 2018
@0xInfection
Copy link
Owner

I had fixed it in #11 , it was due to a dependency error of mysql-python. Further, I got the EnvironmentError fixed by adding the client-dev of libmysqlclient-dev. This error shouldn't come up. Still I will investigate it. But from your side can you confirm by a new clone, that this is still persistent?

@0xInfection 0xInfection self-assigned this Jul 18, 2018
@0xInfection 0xInfection added bug Something isn't working duplicate This issue or pull request already exists labels Jul 18, 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 duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants