Re: [sqlmap-users] sqlmap not compatible with python < 3.2 anymore?
Brought to you by:
inquisb
From: Dennis <kor...@ya...> - 2012-12-14 13:46:51
|
You rock (as always) ;) Thanks Am 14.12.2012 14:35, schrieb Miroslav Stampar: > Fixed. > > Bye > > On Fri, Dec 14, 2012 at 2:22 PM, Dennis <kor...@ya... > <mailto:kor...@ya...>> wrote: > > 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 > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add > services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > <mailto:sql...@li...> > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > -- > Miroslav Stampar > http://about.me/stamparm |