You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@kali:~# python
Python 2.7.13 (default, Jan 19 2017, 14:48:08)
[GCC 6.3.0 20170118] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from sulley import *
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/sulley/init.py", line 1, in
from sulley import Sulley
File "/usr/local/lib/python2.7/dist-packages/sulley/sulley.py", line 9, in
from providers import twilio, plivo
ImportError: No module named providers
this can resolve?
The text was updated successfully, but these errors were encountered:
root@kali:~# python
Python 2.7.13 (default, Jan 19 2017, 14:48:08)
[GCC 6.3.0 20170118] on linux2
Type "help", "copyright", "credits" or "license" for more information.
this can resolve?
The text was updated successfully, but these errors were encountered: