Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sulley bug? #107

Open
xiaoyanguoke opened this issue Jun 20, 2017 · 3 comments
Open

sulley bug? #107

xiaoyanguoke opened this issue Jun 20, 2017 · 3 comments

Comments

@xiaoyanguoke
Copy link

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?

@Fitblip
Copy link
Member

Fitblip commented Jun 20, 2017

It appears that you installed https://github.com/sandeepraju/sulley from pypi, not Sulley from this repo.

@xiaoyanguoke
Copy link
Author

can you help me ?

@samsempiol
Copy link

Same issue for me. I solved with:

1- git clone https://github.com/sandeepraju/sulley
2- cd sulley/sulley
3- edit the file called sulley.py
4- replace "from providers import twilio, plivo" to "import twilio, plivo"
5- cd ..; python setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants