Mod_python error: "PythonHandler mod_python.cgihandler"

Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
    result = object(req)

  File "/usr/lib/python2.4/site-packages/mod_python/cgihandler.py", line 96, in handler
    imp.load_module(module_name, fd, path, desc)

  File "/u/deselaers/Public-HTML/files/readconfidencefile.py", line 108, in ?
    main()

  File "/u/deselaers/Public-HTML/files/readconfidencefile.py", line 44, in main
    sys.argv.pop(0)

IndexError: pop from empty list