django - Connecting to stream -


i building web app using django use get-stream,i have tried before using tutorial, got working first time earlier year, when run of web apps (test , official) error seem not understand, error seems api keys , correct , have double checked them. error running server, making migrations , syncing databases. followed steps again , did not luck.

thank in advance help.

screen shot of get

lekau@lekau ~/documents/mentorearth.com/mentorearth $ python manage.py runserverunhandled exception in thread started traceback (most recent call last): file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/utils/autoreload.py", line 227, in wrapper fn(*args, **kwargs) file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/core/management/commands/runserver.py", line 117, in inner_run autoreload.raise_last_exception() file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/utils/autoreload.py", line 250, in raise_last_exception six.reraise(*_exception) file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/utils/autoreload.py", line 227, in wrapper fn(*args, **kwargs) file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/init.py", line 27, in setup apps.populate(settings.installed_apps) file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/apps/registry.py", line 85, in populate app_config = appconfig.create(entry) file "/usr/local/lib/python2.7/dist-packages/django-1.11-py2.7.egg/django/apps/config.py", line 94, in create module = import_module(entry) file "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name) file "/usr/local/lib/python2.7/dist-packages/stream_django/init.py", line 1, in stream_django.feed_manager import feed_manager file "/usr/local/lib/python2.7/dist-packages/stream_django/feed_manager.py", line 7, in feed_manager_class = get_class_from_string(feed_manager_class) file "/usr/local/lib/python2.7/dist-packages/stream_django/utils.py", line 14, in get_class_from_string mod = import_module(module) file "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name) file "/usr/local/lib/python2.7/dist-packages/stream_django/managers.py", line 4, in stream_django.client import stream_client file "/usr/local/lib/python2.7/dist-packages/stream_django/client.py", line 15, in stream_client = init_client(raise_config_error=django_major_version<1.7) file "/usr/local/lib/python2.7/dist-packages/stream_django/client.py", line 9, in init_client return stream.connect(conf.api_key, conf.api_secret, location=conf.location, timeout=conf.timeout) attributeerror: 'module' object has no attribute 'connect'


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -