Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Create install_fix.sh #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antoniomendez93
Copy link

#The change of directory (cd impacket) was missing, it causes an execution error.

./portia.py
Traceback (most recent call last):
File "./portia.py", line 6, in
from deps.psexec import *
File "/opt/portia/deps/psexec.py", line 26, in
from impacket.examples import logger
ImportError: No module named impacket.examples

#The change of directory (cd impacket) was missing, it causes an execution error.

./portia.py 
Traceback (most recent call last):
  File "./portia.py", line 6, in <module>
    from deps.psexec import *
  File "/opt/portia/deps/psexec.py", line 26, in <module>
    from impacket.examples import logger
ImportError: No module named impacket.examples
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant