> > On 15 Dec 2010, at 2:33 PM, [email protected] wrote: > >> [Wed Dec 15 14:28:36 2010] [error] [client 127.0.0.1] OperationalError: >> (1045, "Access denied for user 'baruwa'@'localhost' (using password: >> NO)") > > Are you sure you have set a password in your settings.py file ? > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa > > -- > Dit bericht is gescanned op virussen en andere gevaarlijke > inhoud door MailScanner en lijkt schoon te zijn. > > Yes i have.
Ok to sum things up, after the python setup.py instaal command, the baruwa directory is placed in the following dir. /usr/local/lib/python2.6/site-packages/baruwa-1.0.0-py2.6.egg I then copy the baruwa dir to: /usr/local/lib/python2.6/site-packages/baruwa But i did leave the old dir intact, if i rename the dir baruwa from the directory /usr/local/lib/python2.6/site-packages/baruwa-1.0.0-py2.6.egg , then it works. It looks like it still uses the settings file from /usr/local/lib/python2.6/site-packages/baruwa-1.0.0-py2.6.egg/baruwa and not /usr/local/lib/python2.6/site-packages/baruwa So another issue solved. thanks. How can i test the sendpdfreports! regards, Johan _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

