Nevermind. The problem wasn't in gdbm. I had "exception" in stead of "Exception" in the try-except statement.
-- SethNOn 8/27/05, Seth Nielson <[EMAIL PROTECTED]> wrote:
Hi guys.
I'm using a python script as a redirector for Squid. My python script uses gdbm and exhibits some weird behavior.
1. I
Hi guys.
I'm using a python script as a redirector for Squid. My python script uses gdbm and exhibits some weird behavior.
1. If I run the script stand-alone, it loads the gdbm database file just fine.
2. If the script is launched from squid, when it tries to load the gdbm
database, it dies WITHO