On 06 Apr 2011, at 12:52 AM, Raymond Norton wrote: > The error says I am connecting without a password, not that I am using > the wrong credentials.
That is being caused by the fact that you have multiple baruwa installations one from source and the other from the deb package, the settings.py file from the source install is overriding your deb install. To fix you need to remove the files installed by the source install i suspect that they will be in /usr/local/lib/python2.6/dist-packages/baruwa-1.0.2.egg you can confirm using find /usr -name "baruwa*" - Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

