On 08 Apr 2011, at 1:18 PM, Norman wrote: > Want to install Baruwa 1.1 on our CentOS 5.4/Exim server and wondering > if the requisites listed at http://pypi.python.org/pypi/baruwa/ are > also valid for 1.1?
No, the requirements for 1.1 are list at https://github.com/akissa/baruwa/blob/c654537e3628d654f049eb35df871bd8f362a5af/README.md > > What are the best versions of Django and Dojo to use, and does the > Baruwa GUI run any faster or use less resources with Python 2.6 than > with 2.4? Python >= 2.6 does have optimizations like json handling by the builtin json module which encodes and decodes faster as it is in C. I have not benchmarked the versions though so that is just what comes to mind. Any version of Django >= 1.1 should be fine. As for Dojo if you are going to use Baruwa 1.1 when you have to use dojo >= 1.5.0 because of the improved graphing requirements. - Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

