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
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to