Note that there are some explanatory texts on larger screens.

plurals
  1. POImportError: No module named pyorbited.simple while running django-orbited
    primarykey
    data
    text
    <p>I am trying to run test project of <a href="http://code.google.com/p/django-orbited/" rel="nofollow">django-orbited</a>. When I execute <code>python manage.py runserver</code>, the following error occurs:</p> <pre><code>Unhandled exception in thread started by &lt;bound method Command.inner_run of &lt;django.core.management.commands.runserver.Command object at 0x8ea994c&gt;&gt; Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/runserver.py", line 92, in inner_run self.validate(display_num_errors=True) File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 280, in validate num_errors = get_validation_errors(s, app) File "/usr/local/lib/python2.7/dist-packages/django/core/management/validation.py", line 35, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 166, in get_app_errors self._populate() File "/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 75, in _populate self.load_app(app_name) File "/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 96, in load_app models = import_module('.models', app_name) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/home/prashant/grambox/django-orbited/testing/django_orbited/models.py", line 2, in &lt;module&gt; from pyorbited.simple import Client as OrbitedClient ImportError: No module named pyorbited.simple </code></pre> <p>I have installed orbited using command <code>pip install orbited</code>. I tried changing <code>pyorbited.simple</code> to <code>orbited.simple</code>, but the error persists. Does anyone have any idea how to solve it?</p> <p>Value in <code>sys.path</code>:</p> <pre><code>/usr/local/lib/python2.7/dist-packages/pip-1.2.1-py2.7.egg /usr/local/lib/python2.7/dist-packages/jqmobile-1.0_pre_alpha-py2.7.egg /usr/lib/python2.7 /usr/lib/python2.7/plat-linux2 /usr/lib/python2.7/lib-tk /usr/lib/python2.7/lib-old /usr/lib/python2.7/lib-dynload /usr/local/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages/PIL /usr/lib/python2.7/dist-packages/gst-0.10 /usr/lib/python2.7/dist-packages/gtk-2.0 /usr/lib/python2.7/dist-packages/ubuntu-sso-client /usr/lib/python2.7/dist-packages/ubuntuone-client /usr/lib/python2.7/dist-packages/ubuntuone-control-panel /usr/lib/python2.7/dist-packages/ubuntuone-couch /usr/lib/python2.7/dist-packages/ubuntuone-installer /usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol /usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload