--> --> TypeErrorPython 2.2.2: /usr/bin/python Thu Jan 23 13:15:06 2003 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/python2.2/site-packages/quixote/publish.py[1] in publish(self=, stdin=', mode 'r'>, stdout=', mode 'w'>, stderr=', mode 'w'>, env={'HTTP_ACCEPT': 'text/html, text/plain, text/sgm...127.222.79', 'REQUEST_URI': '/cgi-bin/demo.cgi/'}) 664 except: 665 # Some other exception, generate error messages to the logs, etc. 666 output = self.finish_failed_request(request) 667 668 # Output results from Response object output undefined, self = , self.finish_failed_request = >, request = /usr/lib/python2.2/site-packages/quixote/publish.py[2] in process_request(self=, request=, env={'HTTP_ACCEPT': 'text/html, text/plain, text/sgm...127.222.79', 'REQUEST_URI': '/cgi-bin/demo.cgi/'}) 640 """ 641 self._set_request(request) 642 output = self.try_publish(request, env.get('PATH_INFO', '')) 643 self.log_request(request) 644 output undefined, self = , self.try_publish = >, request = , env = {'HTTP_ACCEPT': 'text/html, text/plain, text/sgm...127.222.79', 'REQUEST_URI': '/cgi-bin/demo.cgi/'}, env.get = /usr/lib/python2.2/site-packages/quixote/publish.py[3] in try_publish(self=, request=, path='/') 588 elif callable(object): 589 try: 590 output = object(request) 591 except SystemExit: 592 output = "SystemExit exception caught, shutting down" output undefined, object = , request = /usr/lib/python2.2/site-packages/quixote/demo/pages.ptl[4] in _q_index(request=) 9 def _q_index [html] (request): 10 print "debug message from the index page" 11 package_name = '.'.join(__name__.split('.')[:-1]) 12 module_name = __name__ 13 module_file = __file__ package_name undefined, global __name__ = 'quixote.demo.pages', __name__.split = TypeError: expected a character buffer object __doc__ = 'Inappropriate argument type.' __getitem__ = > __init__ = > __module__ = 'exceptions' __str__ = > args = ('expected a character buffer object',) Original Request form cookies environ HTTP_ACCEPTtext/html, text/plain, text/sgml, */*;q=0.01 HTTP_USER_AGENTLynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6e REMOTE_PORT32875 SERVER_NAMEg2.ces.clemson.edu GATEWAY_INTERFACECGI/1.1 SERVER_SOFTWAREBoa/0.94.14rc11 REMOTE_ADDR130.127.222.79 HTTP_ACCEPT_LANGUAGEen SERVER_ADMIN SCRIPT_NAME/cgi-bin/demo.cgi REQUEST_METHODGET HTTP_HOSTquixote.grantgoodyear.org PATH_INFO/ SERVER_PORT80 SERVER_PROTOCOLHTTP/1.0 PATH/bin:/usr/bin:/usr/local/bin HTTP_ACCEPT_ENCODINGgzip, compress SERVER_ADDR130.127.222.79 REQUEST_URI/cgi-bin/demo.cgi/ Original Response Status: 200 OK Date: Thu, 23 Jan 2003 18:15:06 GMT Expires: -1