I am following the instruction on this document. http://www.s2-industries.com/wordpress/2013/01/running-graphite-webapp-on-windows
- Install Python 2.7 (as mentioned in the other blog post) - Install PyPi (as mentioned in the other blog post) - Install PythonGTK+ (for Cairo graphics) from here <http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi> - Install Django using a package from here <https://www.djangoproject.com/download/>. In my case, I used Django 1.4.2. Drop me a message if Graphite WebApp also works with newer versions of Django. - Install twisted using: pip install Twisted - Install zope.interface using: pip install zope.interface Then where do I go? I have also installed GitHub and Pycairo, and "pygtk-all-in-one-2.24.0.win32-py2.7(2).msi" Whisper scripts are in my python27/scripts but carbon and web-apps produce error messages when I try to load them using: git clone https://github.com/graphite-project/graphite-web.git git clone https://github.com/graphite-project/carbon.git git clone https://github.com/graphite-project/whisper.git Am I even in the ball park? Thanks Nate -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b344e879-b4f2-4b98-b2ea-8e096d463c4c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

