ytisf / theZoo

A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
https://thezoo.morirt.com
Other
11.17k stars 2.5k forks source link

Installation Problem #200

Open flakowarhol opened 1 year ago

flakowarhol commented 1 year ago

Hi there, I have this issue, Itried to install but still get this error, can someone help me? thanks

Traceback (most recent call last): File "/home/flakowarhol/Downloads/theZoo-master/./theZoo.py", line 109, in main() File "/home/flakowarhol/Downloads/theZoo-master/./theZoo.py", line 73, in main eulaHandler.prompt_eula() File "/home/flakowarhol/Downloads/theZoo-master/imports/eula_handler.py", line 54, in prompt_eula eula_answer = raw_input( NameError: name 'raw_input' is not defined

SVFs0ciety commented 1 year ago

Hi.you need to rename the line imports/eula_handler.py line 54 raw_input to input

Entity-666 commented 1 year ago

Hi.you need to rename the line imports/eula_handler.py line 54 raw_input to input

Hey, thanks for the help but how do I do that?