Tony, Paul, On Sun, Apr 28, 2013 at 6:49 PM, Tony Ketteringham <[email protected]> wrote: > Hi Guys, > I tried this from a fresh checkout on the 25th and had a similar problem on > the Mac (10.8.3). > In core/ui/gui/dependency_check.py > it has "packages_mac_ports.append('py26-gtk')"
I've been working on the dependency check module lately [0], latest changes 12 days ago. The dependency check module is the one which tells you which libraries need to be installed and how to install them in your system, depending on the platform [1] you're in. Sadly, most of my work has focused on the generic dependencies (the ones you need to run both the console and the GUI). The GUI dependency check has been neglected and needs an update. py26-gtk is certainly outdated and (I think) it should be replaced by py27-gtk. Could you guys confirm? Also, if you make the GUI work on your mac, let me know and I'll add the dependencies to the gui/dependency_check.py file so others don't suffer ;) [0] https://github.com/andresriancho/w3af/tree/master/core/controllers/dependency_check [1] https://github.com/andresriancho/w3af/tree/master/core/controllers/dependency_check/platforms > As recommended that was with a "git clone > https://github.com/andresriancho/w3af.git" > I was having a bit of a poke around trying to get it working but discovered > that the Ubuntu 12.04 build worked fine for me and was going to come back to > this later. There was also a problem successfully detecting that OpenSSL was > installed. > Happy to help debug/fix if I can. > Cheers, > Tony > > On 29/04/2013, at 5:54 AM, Andres Riancho <[email protected]> wrote: > > Paul, > > It seems you're using a very old w3af version, please get the > latest from out github repository and try again. The latest doesn't > depend on any python 2.6 stuff. > > Regards, > > On Fri, Apr 26, 2013 at 5:59 PM, Paul Bahnmiller > <[email protected]> wrote: > > Hi guys, > > I've gone through the instructions returned from w3af_gui but I keep getting > this error? > > Your python installation needs the following packages: > pygtk gtk gtksourceview2 > > On a mac with mac ports installed: > sudo port install py26-gtk > > After installing any missing operating system packages, use pip to install > the remaining modules: > sudo pip install xdot > > When I run sudo port install py26-gtk I get this: > > ---> Configuring py26-gtk > Error: py26-gtk has been replaced by py26-pygtk; please install that port > instead > Error: org.macports.configure for port py26-gtk returned: obsolete port > Please see the log file for port py26-gtk for details: > > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py26-gtk/py26-gtk/main.log > To report a bug, follow the instructions in the guide: > http://guide.macports.org/#project.tickets > Error: Processing of port py26-gtk failed > > I'm lost as I have installed py26-pygtk and when I run w3af_gui again it > loops back around again. > > Any help would be grateful. > > Thanks, > Paul > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > > > > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > > -- > Tony Ketteringham > > Mob: 0413 270 220 > -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
