portia icon indicating copy to clipboard operation
portia copied to clipboard

ImportError: No module named modules

Open benji1000 opened this issue 6 years ago • 1 comments

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.

benji1000 avatar Jul 31 '17 09:07 benji1000

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.

DanMcInerney avatar Oct 11 '17 17:10 DanMcInerney