11-20-2013, 02:25 PM
(11-20-2013, 02:17 PM)Exclusive Wrote: I get this error
"Traceback (most recent call last):
File "C:\Python34\N.py", line 43, in <module>
result = open(sys.argv[1] + "__cracked", "wb")
IndexError: list index out of range"
where "C:\python34\N.py" is the file with script .
????
Try switching to Python2.7 instead of 3.4
Does it still complete? Usually when I get errors, it still works.