Hi there,

I'm testing my web.py application on WebFaction hosting.

I started web.py server with 'python site.py <portnumber> &'.

Works great but I met an error on my web page after I close my ssh
session, (putty)
always.


Traceback (most recent call last):
  File "/home/myaccount/webapps/sitepy/web/wsgiserver/__init__.py",
line 624, in communicate
    req.respond()
  File "/home/myaccount/webapps/sitepy/web/wsgiserver/__init__.py",
line 357, in respond
    response = self.wsgi_app(self.environ, self.start_response)
  File "/home/myaccount/webapps/sitepy/web/httpserver.py", line 200,
in __call__
    return self.app(environ, xstart_response)
  File "/home/myaccount/webapps/sitepy/web/webapi.py", line 322, in
wsgifunc
    ctx._write = start_resp(status, headers)
  File "/home/myaccount/webapps/sitepy/web/httpserver.py", line 193,
in xstart_response
    self.log(status, environ)
  File "/home/myaccount/webapps/sitepy/web/httpserver.py", line 214,
in log
    print >> outfile, self.format % (host, time, protocol,
IOError: [Errno 5] Input/output error



-

Thanks for any advance : )

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to