Search results

  1. S

    python cgi cannot open file (dbm database)

    hi, when my python cgi scripts executes (which executes fine) i get a 505 internal server error. i tracked down the error to the following line: "usersdb = anydbm.open("databases/users.dbm", 'r')" which is where i try to open a file (database). the database does exist in that directory...
Top