<div dir="ltr">Hi Yuanle,<br><br>I am using Fedora 19 OS.<br>I installed dashboard using below:<br>yum install memcached python-memcached mod_wsgi openstack-dashboard<br><br>I believe /etc/openstack-dashboard/local_settings is dashboard config file which you are asking. Plz confirm.<br>
Please find this file attached herewith.<br><br><br>wsgi file at /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi<br>=======================<br>import logging<br>import os<br>import sys<br>import django.core.handlers.wsgi<br>
from django.conf import settings<br><br># Add this file path to sys.path in order to import settings<br>sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..'))<br>os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'<br>
sys.stdout = sys.stderr<br><br>DEBUG = False<br><br>application = django.core.handlers.wsgi.WSGIHandler()<br>=======================<br><br>Thanks.<br>Mandar<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Mar 12, 2014 at 10:59 AM, sylecn <span dir="ltr"><<a href="mailto:sylecn@gmail.com" target="_blank">sylecn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div>Hi Mandar,<br><br></div>The import error means <span style="font-size:9pt;font-family:"Lucida Console"">/usr/share/openstack-dashboard/ is not in python's sys.path.<br></span></div>

<span style="font-size:9pt;font-family:"Lucida Console"">Did you install horizon from system package? Which distro and horizon version did you run?<br><br></span></div><span style="font-size:9pt;font-family:"Lucida Console"">Paste the apache site file and horizon's wsgi file would be helpful to debug this problem.<br>

<br></span></div><span style="font-size:9pt;font-family:"Lucida Console"">On ubuntu, apache site file is at /etc/apache2/conf.d/openstack-dashboard.conf, wsgi file is at /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi<br>

</span><div><div><div><div><span style="font-size:9pt;font-family:"Lucida Console""><br><br></span></div></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><i><br>YY Inc. is hiring openstack and python developers. Interested? Check <a href="http://www.nsbeta.info/jobs" target="_blank">http://www.nsbeta.info/jobs</a></i><br>

</div><div><br>--<br>Thanks,<br></div>Yuanle<br></div></div>
<br><br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 12, 2014 at 1:00 PM, Mandar Khanolkar <span dir="ltr"><<a href="mailto:mandarkhanolkar@gmail.com" target="_blank">mandarkhanolkar@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr"><div>Hello folks,<br><br></div><div>I have configured controller, compute, network services on single host.<br></div><div>I can start a VM and see it ACTIVE using nova list cmd.<br></div><div>Next I installed dashboard and trying to access it where I am getting below error.<br>


</div><div>Apache home page is accessible. But when i accesss<br></div><div><a href="http://myhost/dashboard" target="_blank">http://myhost/dashboard</a> , browser displays Internal Server Error and httpd log gives below errors.<br>

</div>
<div>Any clue?<br></div><div><br>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:858901%202014" value="+18589012014" target="_blank">858901 2014</a>] [:error] [pid
5022] Internal Server Error: /dashboard/</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:858998%202014" value="+18589982014" target="_blank">858998 2014</a>] [:error] [pid
5022] Traceback (most recent call last):</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859014 2014] [:error] [pid
5022]   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py",
line 92, in get_response</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859027 2014] [:error] [pid
5022]     response = middleware_method(request)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859044 2014] [:error] [pid
5022]   File "/usr/lib/python2.7/site-packages/django/middleware/locale.py",
line 21, in process_request</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859057 2014] [:error] [pid
5022]     check_path =
self.is_language_prefix_patterns_used()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859067 2014] [:error] [pid
5022]   File "/usr/lib/python2.7/site-packages/django/middleware/locale.py",
line 56, in is_language_prefix_patterns_used</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859079 2014] [:error] [pid
5022]     for url_pattern in
get_resolver(None).url_patterns:</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859089 2014] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line
347, in url_patterns</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859101 2014] [:error] [pid
5022]     patterns = getattr(self.urlconf_module,
"urlpatterns", self.urlconf_module)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859116 2014] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line
342, in urlconf_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859128 2014] [:error] [pid
5022]     self._urlconf_module =
import_module(self.urlconf_name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859140 2014] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/utils/importlib.py", line
35, in import_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859160 2014] [:error] [pid
5022]     __import__(name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859174 2014] [:error] [pid
5022]   File
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/urls.py",
line 38, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859186 2014] [:error] [pid
5022]     url(r'', include(horizon.urls))</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.859197 2014] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/conf/urls/__init__.py", line
26, in include</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859208%202014" value="+18592082014" target="_blank">859208 2014</a>] [:error] [pid
5022]     patterns = getattr(urlconf_module, 'urlpatterns',
urlconf_module)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859219%202014" value="+18592192014" target="_blank">859219 2014</a>] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/utils/functional.py", line
204, in inner</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859229%202014" value="+18592292014" target="_blank">859229 2014</a>] [:error] [pid
5022]     self._setup()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859239%202014" value="+18592392014" target="_blank">859239 2014</a>] [:error] [pid 5022]  
File "/usr/lib/python2.7/site-packages/django/utils/functional.py",
line 270, in _setup</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859250%202014" value="+18592502014" target="_blank">859250 2014</a>] [:error] [pid
5022]     self._wrapped = self._setupfunc()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859261%202014" value="+18592612014" target="_blank">859261 2014</a>] [:error] [pid
5022]   File "/usr/lib/python2.7/site-packages/horizon/base.py",
line 730, in url_patterns</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859275%202014" value="+18592752014" target="_blank">859275 2014</a>] [:error] [pid
5022]     return self._urls()[0]</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859287%202014" value="+18592872014" target="_blank">859287 2014</a>] [:error] [pid
5022]   File "/usr/lib/python2.7/site-packages/horizon/base.py",
line 737, in _urls</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859299%202014" value="+18592992014" target="_blank">859299 2014</a>] [:error] [pid
5022]     self._autodiscover()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859311%202014" value="+18593112014" target="_blank">859311 2014</a>] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/horizon/base.py", line 782, in
_autodiscover</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859331%202014" value="+18593312014" target="_blank">859331 2014</a>] [:error] [pid
5022]     import_module('%s.%s' % (app, mod_name))</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859384%202014" value="+18593842014" target="_blank">859384 2014</a>] [:error] [pid
5022]   File
"/usr/lib/python2.7/site-packages/django/utils/importlib.py", line
35, in import_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859396%202014" value="+18593962014" target="_blank">859396 2014</a>] [:error] [pid
5022]     __import__(name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859411%202014" value="+18594112014" target="_blank">859411 2014</a>] [:error] [pid
5022]   File
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/router/dashboard.py",
line 19, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859424%202014" value="+18594242014" target="_blank">859424 2014</a>] [:error] [pid
5022]     from openstack_dashboard.api import neutron</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859435%202014" value="+18594352014" target="_blank">859435 2014</a>] [:error] [pid
5022]   File
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/__init__.py",
line 36, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859447%202014" value="+18594472014" target="_blank">859447 2014</a>] [:error] [pid
5022]     from openstack_dashboard.api import base</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:859458%202014" value="+18594582014" target="_blank">859458 2014</a>] [:error] [pid
5022] ImportError: cannot import name base</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864135 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>] mod_wsgi (pid=5022): Exception occurred
processing WSGI script
'/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864193 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>] Traceback (most recent call last):</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:864230%202014" value="+18642302014" target="_blank">864230 2014</a>] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line
255, in __call__</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:864272%202014" value="+18642722014" target="_blank">864272 2014</a>] [:error] [pid 5022]
[remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     response =
self.get_response(request)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:864291%202014" value="+18642912014" target="_blank">864291 2014</a>] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line
178, in get_response</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.<a href="tel:864324%202014" value="+18643242014" target="_blank">864324 2014</a>] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     response =
self.handle_uncaught_exception(request, resolver, sys.exc_info())</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864341 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py",
line 220, in handle_uncaught_exception</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864373 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     if
resolver.urlconf_module is None:</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864389 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/core/urlresolvers.py", line
342, in urlconf_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864420 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     self._urlconf_module =
import_module(self.urlconf_name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864441 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/utils/importlib.py", line
35, in import_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864467 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     __import__(name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864489 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/urls.py",
line 38, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864515 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     url(r'',
include(horizon.urls))</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864536 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/conf/urls/__init__.py", line
26, in include</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864566 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     patterns =
getattr(urlconf_module, 'urlpatterns', urlconf_module)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864586 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File "/usr/lib/python2.7/site-packages/django/utils/functional.py",
line 204, in inner</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864614 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     self._setup()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864633 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File "/usr/lib/python2.7/site-packages/django/utils/functional.py",
line 270, in _setup</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864661 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     self._wrapped =
self._setupfunc()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864681 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/horizon/base.py", line 730, in
url_patterns</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864725 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     return self._urls()[0]</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864745 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/horizon/base.py", line 737, in
_urls</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864772 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     self._autodiscover()</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864792 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/horizon/base.py", line 782, in
_autodiscover</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864833 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     import_module('%s.%s' %
(app, mod_name))</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864857 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/lib/python2.7/site-packages/django/utils/importlib.py", line
35, in import_module</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864884 2014] [:error] [pid 5022]
[remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     __import__(name)</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864905 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/router/dashboard.py",
line 19, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864936 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     from
openstack_dashboard.api import neutron</span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864957 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/__init__.py",
line 36, in <module></span></p>

<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue Mar 11 14:36:19.864987 2014] [:error] [pid
5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]     from
openstack_dashboard.api import base</span></p>

<p class="MsoNormal"><span style="font-size:9pt;font-family:"Lucida Console"">[Tue
Mar 11 14:36:19.865018 2014] [:error] [pid 5022] [remote <a href="http://192.168.1.48:24" target="_blank">192.168.1.48:24</a>]
ImportError: cannot import name base</span></p>

<br><br></div>Thanks.<span><font color="#888888"><br>Mandar<br></font></span></div>
<br></div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>