Hi Andres,
I had uninstalled another installation of Python before install the latest
version of w3af..

The output you requested:

Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> pygtk.require('2.0')
>>> import gtk, gobject
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"C:\Security\w3af\python26\lib\site-packages\gtk-2.0\gtk\__init__.py", li
ne 30, in <module>
    import gobject as _gobject
  File
"C:\Security\w3af\python26\lib\site-packages\gtk-2.0\gobject\__init__.py"
, line 26, in <module>
    from glib import spawn_async, idle_add, timeout_add,
timeout_add_seconds, \
  File
"C:\Security\w3af\python26\lib\site-packages\gtk-2.0\glib\__init__.py", l
ine 22, in <module>
    from glib._glib import *
ImportError: DLL load failed: The specified module could not be found.
>>> assert gtk.gtk_version >= (2, 12)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'gtk' is not defined
>>> assert gtk.pygtk_version >= (2, 12)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'gtk' is not defined
>>>


Thanks,
/cs.

On Sat, Feb 26, 2011 at 9:54 PM, Andres Riancho <[email protected]>wrote:

> cs,
>
> On Sat, Feb 26, 2011 at 2:24 PM, cs <[email protected]> wrote:
> > Hi guys,
> > I just installed w3af rc6 on Windows 7 x64 and I get the following error
> > trying to execute gui:
> >
> >>w3af_gui.bat
> > w3af is officially supported under Python 2.5
> > You have to install GTK and PyGTK versions >=2.12 to be able to run the
> GTK
> > user
> >  interface.
> >     - On Debian based distributions: apt-get install python-gtk2
> >     - On Mac: sudo port install py25-gtk
>
>     Nice find! What happens if you follow these steps?
>
> - Open a cmd.exe
> - Go to the directory where you installed w3af
> - Go to "python26"
> - Execute python
> - Inside the python console run these commands:
>                import pygtk
>                pygtk.require('2.0')
>                import gtk, gobject
>                assert gtk.gtk_version >= (2, 12)
>                assert gtk.pygtk_version >= (2, 12)
> - Send us the output
>
>    One more question... do you have another python installation in your
> system?
>
>    Thanks!
> >
> > I get no error using Console.
> >
> > Thanks,
> > /cs
> >
> >
> >
> ------------------------------------------------------------------------------
> > Free Software Download: Index, Search & Analyze Logs and other IT data in
> > Real-Time with Splunk. Collect, index and harness all the fast moving IT
> > data
> > generated by your applications, servers and devices whether physical,
> > virtual
> > or in the cloud. Deliver compliance at lower cost and gain new business
> > insights. http://p.sf.net/sfu/splunk-dev2dev
> > _______________________________________________
> > 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
>
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to