Re: [sqlmap-users] ImportError: No module named warnings sqlmap.py sqlmap-dev
Brought to you by:
inquisb
From: <dig...@us...> - 2010-09-06 12:23:56
|
Hi. i have been download sqlmap-dev from link u give at https://svn.sqlmap.org/sqlmap/trunk/sqlmap C:\sqlmap>sqlmap.py Traceback (most recent call last): File "C:\sqlmap\sqlmap.py", line 30, in ? import warnings ImportError: No module named warnings sqlmap.py source : 01.#!/usr/bin/env python 02. 03.""" 04.$Id$ 05. 06.This file is part of the sqlmap project, http://sqlmap.sourceforge.net. 07. 08.Copyright (c) 2007-2010 Bernardo Damele A. G. <ber...@gm...> 09.Copyright (c) 2006 Daniele Bellucci <dan...@gm...> 10. 11.sqlmap is free software; you can redistribute it and/or modify it under 12.the terms of the GNU General Public License as published by the Free 13.Software Foundation version 2 of the License. 14. 15.sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY 16.WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 17.FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 18.details. 19. 20.You should have received a copy of the GNU General Public License along 21.with sqlmap; if not, write to the Free Software Foundation, Inc., 51 22.Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23.""" 24. 25.import codecs 25.import os 27.import sys 28.import time 29.import traceback 30.import warnings [===] Kind regards. -----Original Message----- From: Miroslav Stampar <mir...@gm...> To: dig...@us... Cc: sql...@li... Sent: Mon, Sep 6, 2010 3:31 pm Subject: Re: [sqlmap-users] [ERROR 10054] unhandled exception in sqlmap/0.8 Hi. Could you please try to do this using latest development version from our SVN repository (svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev). In the mean time (from version 0.8 onwards) we've done some checking for this kind of stuff. Kind regards. |