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 "<stdin>", line 1, in <module>
ImportError: No module named OpenSSL
>>>

but it works with python2.6, at least after installing  after
installing py26-openssl.

Now when I try to run
python2.6 ./w3af_console
I get:

python2.6 ./w3af_console
Your python installation needs the following packages:
    nltk SOAPpy lxml pysvn scapy

On debian based systems:
    sudo apt-get install python-nltk python-soappy python-lxml
python-svn python-scapy

[... nltk stuff]

I will try to install other packages - py26-ntlk wants to pull the
whole world on my laptop including GCC! :)

Thanks,

Dimitri

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to