sploitego icon indicating copy to clipboard operation
sploitego copied to clipboard

setup install error when running in Kali

Open gcraenen opened this issue 10 years ago • 1 comments

root@kali:/opt/sploitego# python ./setup.py install Traceback (most recent call last): File "./setup.py", line 8, in import sploitego ImportError: No module named sploitego

gcraenen avatar Oct 11 '14 12:10 gcraenen

Hello,

Try installing the code by using easy_install instead: easy_install sploitego. If this doesn't work then there is probably something wrong with the build script.

Cheers,

Nadeem

On Sat, Oct 11, 2014 at 8:56 AM, gcraenen [email protected] wrote:

root@kali:/opt/sploitego# python ./setup.py install Traceback (most recent call last): File "./setup.py", line 8, in import sploitego ImportError: No module named sploitego

— Reply to this email directly or view it on GitHub https://github.com/allfro/sploitego/issues/5.

allfro avatar Oct 12 '14 16:10 allfro