[sqlmap-users] sqlmap not compatible with python < 3.2 anymore?
Brought to you by:
inquisb
From: Dennis <kor...@ya...> - 2012-12-14 13:22:28
|
Hi guys, since I updated sqlmap today, I get the following python error (using Python 2.6.7): $ ./sqlmap.py --help Traceback (most recent call last): File "./sqlmap.py", line 15, in <module> from _sqlmap import main File "/home/dst/bin/sqlmap/_sqlmap.py", line 48, in <module> from lib.utils.restapi import restAPIrun File "/home/dst/bin/sqlmap/lib/utils/restapi.py", line 8, in <module> import argparse ImportError: No module named argparse Quick google tells me that 'argparse' has been added to python in version 3.2. Is the assumption then correct that sqlmap needs python >3.2 from now on? Cheers Dennis |