Comment 19 for bug 1125622

Revision history for this message
Thiago Martins (martinx) wrote : Re: ImportError: cannot import name base

I'm trying to install IceHouse-2 with Ubuntu 14.04 and I'm hitting this...

First, I was hitting the error related to "import defaults"

--
vi /usr/share/pyshared/openstack_auth/tests/urls.py
 vi /usr/share/pyshared/openstack_auth/urls.py
---

So, I removed ".defaults" from django.conf.urls.defaults, I'm using django.conf.urls instead.

But, now, I'm hitting this error:

---
[Sun Feb 02 16:25:29.259446 2014] [:error] [pid 2535:tid 139944620787456] [remote 2001:1291:2bf:ffff:bd5b:bd0e:86b4:d54b:2925] from openstack_dashboard.api import base
[Sun Feb 02 16:25:29.259470 2014] [:error] [pid 2535:tid 139944620787456] [remote 2001:1291:2bf:ffff:bd5b:bd0e:86b4:d54b:2925] ImportError: cannot import name base
---

Any tips?! I would to start testing IceHouse as fast as possible...

Thanks!
Thiago