Re: [W3af-develop] python prerequisites for w3af_console

2011-06-16 Thread Andres Riancho
Dimitri, On Thu, Jun 16, 2011 at 2:08 PM, Dimitri Paranoid wrote: > Hi Andrés, > >> Could you run this test to see what happens? >>    - Run python in a shell >>    - from OpenSSL import SSL > > with my default Python27 the error is: > from OpenSSL import SSL > Traceback (most recent call la

Re: [W3af-develop] python prerequisites for w3af_console

2011-06-16 Thread Dimitri Paranoid
Hi Andrés, > Could you run this test to see what happens? >- Run python in a shell >- from OpenSSL import SSL with my default Python27 the error is: >>> from OpenSSL import SSL Traceback (most recent call last): File "", line 1, in ImportError: No module named OpenSSL >>> but it work

Re: [W3af-develop] python prerequisites for w3af_console

2011-06-14 Thread Andres Riancho
Dimitri, Please read inline, On Sun, Jun 12, 2011 at 11:50 AM, Dimitri Paranoid wrote: > I updated the code tree from SVN and tried to run ./w3af_console.  The > full error is below, it included: > On a mac with mac ports installed: >     sudo port install py26-socket-ssl py26-openssl > But

[W3af-develop] python prerequisites for w3af_console

2011-06-12 Thread Dimitri Paranoid
I updated the code tree from SVN and tried to run ./w3af_console.  The full error is below, it included: On a mac with mac ports installed:     sudo port install py26-socket-ssl py26-openssl But there is no macport py26-socket-ssl package, only py25-socket-ssl one - would it work? This is also ment