Hello TG people. I'm getting an unusual exception when serving a .js
file from my static folder, using IE6.

Using IE7, safari or firefox, it all works as normal. There must be
something low level going wrong when IE6 makes a request.

This problem of course, doesn't happen when using apache2 or lighttpd
to directly serve the static folder, only when using the CherryPy
process itself to serve the static folder

I'm using TG 1.0.1

Any ideas or similar experiences out there?

-Sw.

Traceback (most recent call last):
  File "/Users/simonwittber/Library/Python/2.4/site-packages/
CherryPy-2.2.1-py2.4.egg/cherrypy/_cpwsgiserver.py", line 203, in run
    request.write(line)
  File "/Users/simonwittber/Library/Python/2.4/site-packages/
CherryPy-2.2.1-py2.4.egg/cherrypy/_cpwsgiserver.py", line 147, in
write
    self.wfile.write(d)
  File "/Library/Frameworks/Python.framework/Versions/2.4//lib/
python2.4/socket.py", line 248, in write
    self.flush()
  File "/Library/Frameworks/Python.framework/Versions/2.4//lib/
python2.4/socket.py", line 235, in flush
    self._sock.sendall(buffer)
error: (35, 'Resource temporarily unavailable')


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to