Charles,

On Mon, Mar 30, 2009 at 10:40 AM, charles watathi
<[email protected]> wrote:
> Hi. Anyone managed to install w3af_gui on bt3 final? I have tried
> everything for two weeks, tried fuzion`s script, recompliled gtk and
> pygtk, but still get this error
> Error:You have to install GTK and PyGTK versions >=2.12 to be able to
> run the GTK user interface.
> My GTK and pygtk are > 2.12. i have compiled version 2.12.1.

hmmm, something that could be happening is that python pygtk is using
a different version of GTK. Maybe you have pygtk version X, that loads
GTK version Y instead of the desired GTK version Z. To test this, you
should run these lines in a python interactive session:

        import pygtk
        import gtk, gobject
        gtk.gtk_version
        gtk.pygtk_version
        pygtk.require('2.0')

> w3af_console works great tho.
> Any pointers will be appreciated.

Why don't you try BT4?

> ------------------------------------------------------------------------------
> _______________________________________________
> W3af-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/w3af-users
>



-- 
Andrés Riancho
http://www.bonsai-sec.com/
http://w3af.sourceforge.net/

------------------------------------------------------------------------------
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to