Re: CGI, anydbm.open() and linux file permissions

2005-01-11 Thread Dan Sommers
On Tue, 11 Jan 2005 15:16:53 -0800 (PST), Derek Basch <[EMAIL PROTECTED]> wrote: > Hello, > I have a CGI script which uses anydb.open() to create a DBM. However I get > this > traceback: > /usr/lib/python2.3/bsddb/__init__.py in > hashopen(file='/var/www/bp/predictor/tools.dbm', flag='c', mode=

CGI, anydbm.open() and linux file permissions

2005-01-11 Thread Derek Basch
Hello, I have a CGI script which uses anydb.open() to create a DBM. However I get this traceback: /usr/lib/python2.3/bsddb/__init__.py in hashopen(file='/var/www/bp/predictor/tools.dbm', flag='c', mode=438, pgsize=None, ffactor=None, nelem=None, cachesize=None, lorder=None, hflags=0) 190 i