Keith,
On Mon, Feb 27, 2012 at 1:09 AM, Keith Pachulski <[email protected]> wrote:
> Having an issue with Ubuntu 11.10 and I`m hoping someone can toss me a
> bone here.
>
> Install pybloomfilter using python2.6
>
> $ sudo python2.6 setup.py install
> Building from C
> running install
> running build
> running build_ext
> running install_lib
> copying build/lib.linux-i686-2.6/pybloomfilter.so ->
> /usr/local/lib/python2.6/dist-packages
> running install_egg_info
> Writing
> /usr/local/lib/python2.6/dist-packages/pybloomfiltermmap-0.2.0.egg-info
The library was successfully installed.
> When I try to start w3af I get the same error I did prior to
> installing pybloomfilter
>
> ./w3af_gui
> w3af is officially supported under Python 2.6
But internally w3af_gui has a shebang [0] pointing to
"#!/usr/bin/env python" , which means that it will use "python", which
in your case points to python 2.7 . You should change the w3af_gui
code to point to your python2.6 executable and everything should work.
[0] http://en.wikipedia.org/wiki/Shebang_(Unix)
> Additional information:
> pybloomfiltermmap is a required dependency in *nix systems, please
> download from http://pypi.python.org/pypi/pybloomfiltermmap/0.2.0 and
> build using the python2.6-dev package. Follow these steps:
> wget
> http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-0.2.0.tar.gz
> tar -zxpvf pybloomfiltermmap-0.2.0.tar.gz
> cd pybloomfiltermmap-0.2.0
> sudo apt-get install python2.6-dev
> sudo python setup.py install
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> W3af-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/w3af-users
--
Andrés Riancho
Director of Web Security at Rapid7 LLC
Founder at Bonsai Information Security
Project Leader at w3af
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users