Hello, Am 19.02.14 06:48, schrieb pragya jain: > 6. root@pragya-VirtualBox:~/django-swiftbrowser/setuptools-2.2# sudo > python ./setup.py install > > 7. root@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 _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack