Package: w3af-console
Version: 1.0-rc3svn3489-1

The start-up script of w3af-console has the wrong python version hard-coded in start up script.

cat /usr/bin/w3af_console
#!/bin/sh
if [ -r /usr/share/w3af/w3af_console ] ; then
   /usr/bin/python2.5 /usr/share/w3af/w3af_console $@
fi

The standard python version installed on wheezy is 2.7.

As python 2.5 is installed I see:
w3af_console
/usr/bin/w3af_console: 3: /usr/bin/w3af_console: /usr/bin/python2.5: not found

when I run this program.

This problem also exists on testing.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to