x3omdax / PenBox

PenBox - A Penetration Testing Framework - The Tool With All The Tools , The Hacker's Repo
https://www.facebook.com/CEH.TN
Other
464 stars 195 forks source link

import: command not found #19

Open mailmefren opened 8 years ago

mailmefren commented 8 years ago

./penbox.py: line 6: import: command not found ./penbox.py: line 7: import: command not found ./penbox.py: line 8: import: command not found ./penbox.py: line 9: import: command not found ./penbox.py: line 10: import: command not found ./penbox.py: line 11: import: command not found ./penbox.py: line 12: import: command not found ./penbox.py: line 13: import: command not found ./penbox.py: line 14: import: command not found ./penbox.py: line 15: import: command not found ./penbox.py: line 16: import: command not found ./penbox.py: line 17: import: command not found ./penbox.py: line 18: import: command not found ./penbox.py: line 19: import: command not found ./penbox.py: line 20: import: command not found ./penbox.py: line 21: import: command not found from: can't read /var/mail/getpass from: can't read /var/mail/commands from: can't read /var/mail/sys from: can't read /var/mail/platform from: can't read /var/mail/urlparse from: can't read /var/mail/xml.dom from: can't read /var/mail/optparse from: can't read /var/mail/time ./penbox.py: line 32: directories: command not found ./penbox.py: line 33: shells: command not found ./penbox.py: line 34: upload: command not found ./penbox.py: line 35: syntax error near unexpected token (' ./penbox.py: line 35:yes = set(['yes','y', 'ye', 'Y'])'

how to solve this problem? thank in advance how to s

x3omdax commented 8 years ago

Make sure that you have python correctly installed in your system :)

On Wednesday, 28 September 2016, mailmefren notifications@github.com wrote:

./penbox.py: line 6: import: command not found ./penbox.py: line 7: import: command not found ./penbox.py: line 8: import: command not found ./penbox.py: line 9: import: command not found ./penbox.py: line 10: import: command not found ./penbox.py: line 11: import: command not found ./penbox.py: line 12: import: command not found ./penbox.py: line 13: import: command not found ./penbox.py: line 14: import: command not found ./penbox.py: line 15: import: command not found ./penbox.py: line 16: import: command not found ./penbox.py: line 17: import: command not found ./penbox.py: line 18: import: command not found ./penbox.py: line 19: import: command not found ./penbox.py: line 20: import: command not found ./penbox.py: line 21: import: command not found from: can't read /var/mail/getpass from: can't read /var/mail/commands from: can't read /var/mail/sys from: can't read /var/mail/platform from: can't read /var/mail/urlparse from: can't read /var/mail/xml.dom from: can't read /var/mail/optparse from: can't read /var/mail/time ./penbox.py: line 32: directories: command not found ./penbox.py: line 33: shells: command not found ./penbox.py: line 34: upload: command not found ./penbox.py: line 35: syntax error near unexpected token (' ./penbox.py: line 35:yes = set(['yes','y', 'ye', 'Y'])'

how to solve this problem? thank in advance how to s

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x3omdax/PenBox/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AMsuE7bXrIOnKxR6bf_heORitXUbYyTEks5quoJlgaJpZM4KI8Nk .

mailmefren commented 8 years ago

Hi

Other Python file working fine just in Penbox got this error. Which version of Python need to be installed?

Thank you.

x3omdax commented 8 years ago

i use python 2.7 , but like i told you from cmd execute like this : python penbox.py

On 30 September 2016 at 02:45, mailmefren notifications@github.com wrote:

Hi

Other Python file working fine just in Penbox got this error. Which version of Python need to be installed?

Thank you.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/x3omdax/PenBox/issues/19#issuecomment-250638541, or mute the thread https://github.com/notifications/unsubscribe-auth/AMsuE6HZDhXoFix5xj9DXnSCP-MrcYZZks5qvGnGgaJpZM4KI8Nk .