When I first run the latest SVN revision (3956) of w3af_gui on
BackTrack4 RC2, I got the following error:

You have to install nltk.
- On Debian based distributions: apt-get install python-nltk

As far as I'm aware BT4 RC2 is based off of Ubuntu which is a Debian
system. When running 'apt-get install python-nltk' (as root) it cannot
find the package.

To get it working I took the following steps:

wget http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
tar -xzvf PyYAML-3.09.tar.gz
cd PyYAML-3.09
python setup.py install
cd ..
wget http://nltk.googlecode.com/files/nltk-2.0b9.tar.gz
tar -xzvf nltk-2.0b9.tar.gz
cd nltk-2.0b9
python setup.py install

After that w3af_gui would run. Just thought I would put it here in
case anyone else came across the same situation.

Ryan

Ryan Dewhurst

blog www.ethicalhack3r.co.uk
projects www.dvwa.co.uk | www.webwordcount.com
twitter www.twitter.com/ethicalhack3r

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to