Re: [W3af-users] w3af not Starting
Status: Beta
Brought to you by:
andresriancho
From: Ali K. <ali...@gm...> - 2014-10-06 09:35:03
|
I've been through this, the lazy way out is just to comment out the dependency_check() call in the w3af_console code (line 13 in the version I have), not the best way of doing it since you risk running it without knowing if you have all the dependencies, but if that's the only one left then I say you don't really need it. On 07/15/2014 02:55 PM, Andres Riancho wrote: > What happens if you just run "sudo pip install phply==0.9.1" ? > > On Tue, Jul 15, 2014 at 5:19 AM, Aman Thakur <ama...@gm...> wrote: >> Hello Everyone, >> >> I have updated my w3af directory contents using the "git pull" command. But >> the w3af is not working after the update. I am getting these error as below: >> >> when is did ./w3af_console to start w3af, i got this message below: >> >> (Your python installation needs the following modules to run w3af: >> phply >> >> >> After installing any missing operating system packages, use pip to install >> the remaining modules: >> sudo pip install phply==0.9.1 >> >> A script with these commands has been created for you at >> /tmp/w3af_dependency_install.sh) >> >> and when i tried to execute the script it created, >> ./w3af_dependency_install.sh it gave me another error again as below: >> >> Downloading/unpacking phply==0.9.1 >> Running setup.py egg_info for package phply >> >> Requirement already satisfied (use --upgrade to upgrade): ply in >> /usr/local/lib/python2.7/dist-packages (from phply==0.9.1) >> Installing collected packages: phply >> Found existing installation: phply dev >> Can't uninstall 'phply'. No files were found to uninstall. >> Running setup.py install for phply >> >> Skipping installation of >> /usr/local/lib/python2.7/dist-packages/phply/__init__.py (namespace package) >> Installing /usr/local/lib/python2.7/dist-packages/phply-0.9.1-nspkg.pth >> Successfully installed phply >> Cleaning up... >> >> any ideas what could be the problem? and how to fix that?? >> >> Thanks >> >> Regards >> Aman >> >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> W3af-users mailing list >> W3a...@li... >> https://lists.sourceforge.net/lists/listinfo/w3af-users >> > > > |