WithSecureLabs / needle

The iOS Security Testing Framework
https://mobiletools.mwrinfosecurity.com/
Other
1.33k stars 284 forks source link

Python script not executing. #189

Closed pragyan1994 closed 7 years ago

pragyan1994 commented 7 years ago

Python script not executing - throwing error

The whole script should be running smoothly since all the specifications are updated and synced.

needle$: sudo -H pip install --upgrade --user biplist

Password: Requirement already up-to-date: biplist in /private/var/root/Library/Python/2.7/lib/python/site-packages needle$: python needle.py Traceback (most recent call last): File "needle.py", line 9, in from core.framework import cli File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/framework/cli.py", line 8, in from ..utils.printer import Colors, Printer File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/printer.py", line 4, in from utils import Utils File "/Users/pragyan.a.paramita/Downloads/needle/needle/core/utils/utils.py", line 6, in import biplist ImportError: No module named biplist needle$:

Steps to reproduce

1.install needle -cd needle

2.python needle.py

marco-lancini commented 7 years ago

Hi @pragyan1994, somehow biplist is not being installed correctly on your system. I'll have to close this issue as it is not related to needle.