Binit,

On Tue, Dec 17, 2013 at 12:14 PM, Binit <bhaskar.bi...@gmail.com> wrote:
> Andres Riancho <andres.riancho@...> writes:
>
>>
>> Vadym,
>>
>>     Your email got caught by the mailing list software because you
>> sent the email without subscribing. I'm answering it anyways, I hope
>> you got it to work before, it's been 12 days!
>>
>> On Sun, Apr 28, 2013 at 4:32 PM, Vadym Bazylevych <ya@...> wrote:
>> > Good day!
>> > I try installed new version w3af from git but after installed
>> > all needed modules i get error:
>> >
>> > Your python installation needs the following modules to run w3af:
>> >     git.util
>> >
>> > On Debian systems please install the following operating system packages
> before running the pip installer:
>> >     sudo apt-get install git
>> >
>> > After installing any missing operating system packages, use pip to
> install the remaining modules:
>> >     sudo pip install GitPython
>> >
>> > I check forum and you mailing with another users about this problem.
>> > You say  - need another module. Ok. I look modules but, not get  good
>> > result. Please what some version module GitPython need use from this
>> > list:
>> >
>> > GitPython-0.3.0-beta1.tar.gz
>> > GitPython-0.1.7.tar.gz
>> > GitPython-0.2.0-beta1.tar.gz
>> > GitPython-0.3.1-beta2.tar.gz
>> > GitPython-0.3.0-beta2.tar.gz
>> > GitPython-0.3.2.RC1.tar.gz
>>
>>     Installing the latest (which is the one installed by pip install
>> GitPython) should work, if it doesn't work it means that (potentially)
>> you've got two different python installations in your system and w3af
>> using one ; while "pip" is installing dependencies in the other.
>>
>>     My system has GitPython-0.3.2.RC1.tar.gz , and I'm able to do the
> following:
>>
>> foo <at> bar:~$ python
>> Python 2.7.3 (default, Aug  1 2012, 05:14:39)
>> [GCC 4.6.3] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>> >>> import git.util
>> >>>
>>
>> Regards,
>>
>> > Best regards, Vadym.
>> >
>> >
> ------------------------------------------------------------------------------
>> > Learn Graph Databases - Download FREE O'Reilly Book
>> > "Graph Databases" is the definitive new guide to graph databases and
>> > their applications. This 200-page book is written by three acclaimed
>> > leaders in the field. The early access version is available now.
>> > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> > _______________________________________________
>> > W3af-users mailing list
>> > W3af-users@...
>> > 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:  <at> w3af
>> GPG: 0x93C344F3
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>
>
> hi ,
>
> I am also facing the same problem. I have taken the latest w3af installation
> package from git. When i run ./w3af_gui on Mac, i get the following error
>
> Your python installation needs the following modules to run w3af:
>     git.util
>
> After installing any missing operating system packages, use pip to install
> the remaining modules:
>     sudo pip-2.7 install GitPython
>
> A script with these commands has been created for you at
> /var/folders/7k/59jrqkhj6gn130zyf9djtsw8y8n672/T/w3af_dependency_install.sh
>
>
> I saw some of forums and then uninstalled GitPython and installed
> itPython>=0.2.0-beta1 but still i am having the same issue.
>
> Any idea, if i need to change anything to have this working.

Lets try something:

cd w3af
git pull
git checkout feature/module
./w3af_gui

Does that work? I've been working on the dependency checks and maybe
it works in that git branch

> Binit
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> W3af-users mailing list
> W3af-users@lists.sourceforge.net
> 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

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to