[Openstack] problem in installing django-swiftbrowser

Christian Schwede christian.schwede at enovance.com
Wed Feb 19 06:41:05 UTC 2014


Hello,

Am 19.02.14 06:48, schrieb pragya jain:
> 6. root at pragya-VirtualBox:~/django-swiftbrowser/setuptools-2.2# sudo
> python ./setup.py install
> 
> 7. root at pragya-VirtualBox:~/django-swiftbrowser# python runtests.py
> 
> and I got the following error :
> 
> Traceback (most recent call last): File "runtests.py", line 2, in
> <module> from django.conf import settings ImportError: No module
> named django.conf

you also need to execute "sudo python ./setup.py install" inside
~/django-swiftbrowser, you only installed setuptools but not
swiftbrowser itself and thus the required dependencies (Django in this
case) are missing.

Christian




More information about the Openstack mailing list