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 modules #4

Open
benji1000 opened this issue Jul 31, 2017 · 1 comment
Open

ImportError: No module named modules #4

benji1000 opened this issue Jul 31, 2017 · 1 comment

Comments

@benji1000
Copy link

Hello,

after installing (either manually or using the install.sh script), here is the output I get when running portia:

Traceback (most recent call last):
  File "./portia.py", line 12, in <module>
    from modules import ms08_067
ImportError: No module named modules

I have to manually edit portia.py and comment out the from modules import instructions to be able to start portia. I'm running on Kali. Could you help me figure out the solution to this? Thank you very much.

@DanMcInerney
Copy link
Contributor

ms08_067 is in deps/ not modules. So you gotta just change the word modules to deps. But ms17_010 doesn't exist so you gotta comment out that line and references to it. I made these changes in a PR.

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