subhash, On Thu, Feb 12, 2009 at 1:59 AM, subhash chandra <[email protected]> wrote: > Hi Andres, > > Installed Python 2.5.1,But getting some other error while initailizing > ./w3af_console > Below is the error > > w3af/extlib/pygoogle/google.py:58: DeprecationWarning: SOAPpy not imported. > Trying legacy SOAP.py. > import GoogleSOAPFacade > You have to install SOAPpy lib. Debian based distributions: apt-get install > > But SOAPy is coming with w3af package,Even please let me know how to install > this SOAPY > and Import SOAPY.
- Are you sure that you are running beta7? - Are you sure that python2.5 is invoked when you run w3af? - Are you sure that you've read the users guide, and followed the installation steps written there? > Regds > Subhash > > --- On Fri, 6/2/09, Andres Riancho <[email protected]> wrote: > > From: Andres Riancho <[email protected]> > Subject: Re: [W3af-users] Unable to initailize w3af console on Redhat linux > 9.0 > To: [email protected] > Date: Friday, 6 February, 2009, 4:17 PM > > On Fri, Feb 6, 2009 at 1:38 AM, subhash chandra > <[email protected]> wrote: >> Hi Andres, >> Thanks for the reply,I am Using Python 2.2.2. and Bsoup is not Bundled > with >> w3af package >> that downloaded.Does it required higher version of python? Which version > of >> Pyopenssl is required. > > You need python 2.5 > >> Regds >> Subhash >> >> --- On Thu, 5/2/09, Andres Riancho <[email protected]> wrote: >> >> From: Andres Riancho <[email protected]> >> Subject: Re: [W3af-users] Unable to initailize w3af console on Redhat > linux >> 9.0 >> To: [email protected] >> Cc: [email protected] >> Date: Thursday, 5 February, 2009, 7:04 PM >> >> Subhash, >> >> 2009/2/5 subhash chandra <[email protected]>: >>> Hi , >>> I am new to the w3af,In installed everyting as per user guide,But > while >>> initialzing the w3af_consloe getting following error,Please let me > know >> how >>> to slove it. >>> >>> Trceback (most recent call last): >>> File "./w3af_console", line 96, in ? >>> errCode = main() >>> File "./w3af_console", line 72, in main >>> from core.ui.consoleUi.consoleUi import consoleUi >>> File "./core/ui/consoleUi/consoleUi.py", line 28, in ? >>> from core.ui.consoleUi.rootMenu import * >>> File "./core/ui/consoleUi/rootMenu.py", line 23, in ? >>> from core.ui.consoleUi.menu import * >>> File "./core/ui/consoleUi/menu.py", line 25, in ? >>> import core.data.kb.knowledgeBase as kb >>> File "./core/data/kb/knowledgeBase.py", line 52 >>> with self._kbLock: >> >> What version of Python are you using? >> >>> One more thing ,is Beautifule Soup and pythonopenssl are important or >> not,if >>> so please let me know how to get and install them. >> >> BSoup is bundled with w3af in the extlib directory, and it's loaded >> from there, that shouldn't be a problem. On the other hand pyopenssl >> is important, and you can install it from an RPM package. >> >>> Subhash >>> Freescale >>> ________________________________ >>> Add more friends to your messenger and enjoy! Invite them now. >>> >> > ------------------------------------------------------------------------------ >>> Create and Deploy Rich Internet Apps outside the browser with >>> Adobe(R)AIR(TM) >>> software. With Adobe AIR, Ajax developers can use existing skills and > code >>> to >>> build responsive, highly engaging applications that combine the power > of >>> local >>> resources and data with the reach of the web. Download the Adobe AIR > SDK >> and >>> Ajax docs to start building applications >> today-http://p.sf.net/sfu/adobe-com >>> _______________________________________________ >>> W3af-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/w3af-users >>> >>> >> >> >> >> -- >> Andres Riancho >> http://w3af.sourceforge.net/ >> Web Application Attack and Audit Framework >> >> ________________________________ >> Get perfect Email ID for your Resume. Get before others grab. > > > > -- > Andres Riancho > http://w3af.sourceforge.net/ > Web Application Attack and Audit Framework > > ________________________________ > Get perfect Email ID for your Resume. Get before others grab. -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
