Hi Pragya, In the guide you mentioned, django and graphite components are installed via system package and tar.gz files.
It would be easier if you create a virtualenv and install graphite via pip. It's already mentioned that the problem may be the django version is too old. I guess that is still the issue. You may also try to ask the question in graphite community instead of openstack mailing list, as this installation issue has nothing to do with openstack itself. *YY Inc. is hiring openstack and python developers. Interested? Check http://www.nsbeta.info/jobs <http://www.nsbeta.info/jobs>* -- Thanks, Yuanle On Mon, Mar 3, 2014 at 1:55 PM, pragya jain <[email protected]> wrote: > please somebody reply and help me to resolve the problem > > Pragya jain > > > On Friday, 28 February 2014 3:25 PM, pragya jain <[email protected]> > wrote: > > hi ketan > > I follow the following steps: > > 1. root@swift-VirtualBox:~# pip install django-celery > > 2. root@swift-VirtualBox:~# cd /opt/graphite/webapp/graphite/ > > 3. root@swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python > manage.py syncdb > > but I get the same error: > > Traceback (most recent call last): > File "manage.py", line 2, in <module> > from django.core.management import execute_manager > ImportError: cannot import name execute_manager > > Please help to resolve it. > > Thanks > Pragya Jain > > > > > On Tuesday, 25 February 2014 4:39 PM, Ketan Patel <[email protected]> > wrote: > > Hi Pragya > > Please try > > pip install django-celery and try to run sudo python manage.py syncdb > > > On Tue, Feb 25, 2014 at 2:52 PM, pragya jain <[email protected]>wrote: > > Thanks Ketan > > I run the command you mentioned and then run: > > root@swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python > manage.py syncdb > > but now it shows a different error: > > Traceback (most recent call last): > File "manage.py", line 2, in <module> > from django.core.management import execute_manager > ImportError: cannot import name execute_manager > > Pragya Jain > > > On Tuesday, 25 February 2014 2:12 PM, Ketan Patel <[email protected]> > wrote: > > Hi Pragya > > According to doc > https://www.digitalocean.com/community/articles/installing-and-configuring-graphite-and-statsd-on-an-ubuntu-12-04-vps > > You installed django as per doc ( see third step ). > > The problem is occurred due to old version of django. > > > You can upgrade django version to latest one by following command. > > > sudo apt-get install python-setuptools && sudo easy_install --upgrade > django > > Try it and let me know. > > > > > On Tue, Feb 25, 2014 at 1:40 PM, pragya jain <[email protected]>wrote: > > hello Ketan, > > I am not using any django version > > I had created an ubuntu 12.04 desktop VM and install and configure swift > on it using the link > http://docs.openstack.org/developer/swift/development_saio.html > > And now in order to monitor my swift cluster, I try to install and > configure StatsD + Graphite. > > But I get the error mentioned earlier. > > What should I do now? > > Pragya Jain > > > On Tuesday, 25 February 2014 12:59 PM, Ketan Patel < > [email protected]> wrote: > > Hi Pragya > > What's django version you are using ? > > > On Tue, Feb 25, 2014 at 12:28 PM, pragya jain <[email protected]>wrote: > > hi all, > > I want to monitor my existing swift environment on Ubuntu 12.04 desktop VM. > for this purpose, I am trying to install and configure statsD + Graphite > I am following the steps from the link > https://www.digitalocean.com/community/articles/installing-and-configuring-graphite-and-statsd-on-an-ubuntu-12-04-vps > > But I get an error while configuring Graphite database. > > root@swift-VirtualBox:/opt/graphite/webapp/graphite# sudo python > manage.py syncdb > The Error is: > http://paste.openstack.org/show/69293/ > > Please help to resolve this problem > > Thanks > Pragya Jain > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > > > > > > > > > > > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
