First I'll apologize for cross posting but I'm not sure if this is an orbited, pylons or paste issue so this is being put on all three lists.
Ok so I was going over the orbited pylons chat tutorial and I found an interesting error. I set up my pylons app to be served with cherrypy rather then Paste#http (use = egg:PasteScript#cherrypy in the server section ). Now if I try to use the orbited proxy to serve my pylons app I get the following error when I try to serve a non-static page: 2007-08-31 22:20:02.609 ERROR <type 'exceptions.AttributeError'>:'ProxyBuffer' object has no attribute 'chunked_body' File "build\bdist.win32\egg\orbited\proxy2.py", line 213, in state_pre_body If I change my pylons serve from cherrypy to paste#http the error goes away. I've been using cherrypy because I ad read somewhere that it gave better performance compared to past#http (that may no longer be true, I've not done the benchmarks) Any thoughts? Jose --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
