Re: [W3af-develop] bug reporting from within w3af

2009-02-15 Thread Taras P. Ivashchenko
Andres, everything now looks good [0]! [0] https://sourceforge.net/tracker2/?func=detail&aid=2603611&group_id=170274&atid=853652 > > Oh, I understand why. You are specifying an invalid syntax: you are > breaking the code. You get the exception just after running w3af > (where the new exception

Re: [W3af-develop] bug reporting from within w3af

2009-02-15 Thread Andres Riancho
Taras, On Sun, Feb 15, 2009 at 2:42 PM, Taras P. Ivashchenko wrote: > On Sun, 2009-02-15 at 14:09 -0200, Andres Riancho wrote: >> Taras, >> >> On Sun, Feb 15, 2009 at 1:57 PM, Taras P. Ivashchenko >> wrote: >> > Andres, >> > >> > `--> ./w3af_gui >> > Traceback (most recent call last): >> > File

Re: [W3af-develop] bug reporting from within w3af

2009-02-15 Thread Taras P. Ivashchenko
On Sun, 2009-02-15 at 14:09 -0200, Andres Riancho wrote: > Taras, > > On Sun, Feb 15, 2009 at 1:57 PM, Taras P. Ivashchenko > wrote: > > Andres, > > > > `--> ./w3af_gui > > Traceback (most recent call last): > > File "./w3af_gui", line 75, in > >errCode = main() > > File "./w3af_gui", line

Re: [W3af-develop] bug reporting from within w3af

2009-02-15 Thread Andres Riancho
Taras, On Sun, Feb 15, 2009 at 1:57 PM, Taras P. Ivashchenko wrote: > Andres, > > `--> ./w3af_gui > Traceback (most recent call last): > File "./w3af_gui", line 75, in >errCode = main() > File "./w3af_gui", line 71, in main >import core.ui.gtkUi.main > File "/home/spec/Projects/w3af/t

Re: [W3af-develop] bug reporting from within w3af

2009-02-15 Thread Taras P. Ivashchenko
Andres, `--> ./w3af_gui Traceback (most recent call last): File "./w3af_gui", line 75, in errCode = main() File "./w3af_gui", line 71, in main import core.ui.gtkUi.main File "/home/spec/Projects/w3af/trunk/core/ui/gtkUi/main.py", line 559 "asdjn" return ^ Synta

[W3af-develop] bug reporting from within w3af

2009-02-11 Thread Andres Riancho
List, One of the main ideas I've been working on, is about lowering the entry barrier for contributors. I mean... ANYBODY should be able to contribute, and the software itself should make you contribute without even thinking about doing it. That's why I changed the default exception handler, w