hi,
   when i enter the url http://localhost:8086 , appserver.bat raises the following:
 
Listening on ('127.0.0.1', 8086)
Creating 10 threads..........
Ready  (1.96 seconds after launch)
 
    1  2004-03-11 16:33:45 Traceback (most recent call last):
  File "WebKit\ThreadedAppServer.py", line 293, in threadloop
    rh.handleRequest()
  File "WebKit\ThreadedAppServer.py", line 501, in handleRequest
    dict_length = loads(chunk)
ValueError: bad marshal data
     2  2004-03-11 16:40:35 Traceback (most recent call last):
  File "WebKit\ThreadedAppServer.py", line 293, in threadloop
    rh.handleRequest()
  File "WebKit\ThreadedAppServer.py", line 501, in handleRequest
    dict_length = loads(chunk)
ValueError: bad marshal data
 
how can i make it work well?

Reply via email to