chrispetrou

Results 5 comments of chrispetrou

@Teicu Hi! Thanks for pointing that out! I checked the script and I indeed had forgotten to import the `sys` module in `/wp/validations.py`. I fixed that with the latest commit...

Hm, that's probably due to `shodan` module. I hadn't add it to the requirements.txt since in order to be able to use it you have to have a shodan API...

For me works fine which means that probably I had a module pre-installed and forgot that it's not part of the standard python library. So I updated the requirements.txt with...

For python 2, `urlparse` is pre-installed.

@Teicu If you try to import every module separately as it's imported in the script in a **python2** interactive shell do you face any problem?