Re: Comet Style App

2007-07-25 Thread Cliff Wells
On Tue, 2007-07-24 at 22:33 -0700, Jose Galvez wrote: take a look at this thread

Re: Trying to understand about Paste and web-server requirements

2007-07-25 Thread walterbyrd
On Jul 25, 2:59 pm, Cliff Wells [EMAIL PROTECTED] wrote: It doesn't. Paste provides an HTTP server. You can let it serve directly, or, more likely, put it behind another HTTP server that can proxy (I personally recommend Nginx, but lots of people use Apache/mod_proxy or Lighttpd). But,

Re: Trying to understand about Paste and web-server requirements

2007-07-25 Thread Cliff Wells
On Wed, 2007-07-25 at 12:12 -0700, walterbyrd wrote: On So Pylons requires fastcgi or mod_python, just like django or turbogears. It should also be noted TurboGears doesn't require FastCGI or mod_python either, as CherryPy is both a framework and an HTTP server. Regards, Cliff

Re: Trying to understand about Paste and web-server requirements

2007-07-25 Thread Jose Galvez
no you should be able to use mod_proxy, to server your application just as Cliff has suggested. That is my personally favorite method to use with apache. Jose walterbyrd wrote: On Jul 25, 2:59 pm, Cliff Wells [EMAIL PROTECTED] wrote: It doesn't. Paste provides an HTTP server. You can

Re: Trying to understand about Paste and web-server requirements

2007-07-25 Thread Cliff Wells
On Wed, 2007-07-25 at 12:12 -0700, walterbyrd wrote: On Jul 25, 6:04 am, Thomas Sidwick [EMAIL PROTECTED] wrote: Paste provides the glue that sticks these components together in a stack and allows them to communicate. Paste also provides a library of ready made middleware that can

Re: Javascript text editor.

2007-07-25 Thread Ken I.
I like: fckeditor and tinymce Ken. On Jul 23, 11:11 am, Echo [EMAIL PROTECTED] wrote: On 7/23/07, voltron [EMAIL PROTECTED] wrote: JSEclipse or Aptana(http://www.aptana.com/) On Jul 23, 4:41 pm, Echo [EMAIL PROTECTED] wrote: Can anyone recommend a good javascript editor? Also, what

Re: Trying to understand about Paste and web-server requirements

2007-07-25 Thread __wyatt
On Jul 25, 4:04 pm, walterbyrd [EMAIL PROTECTED] wrote: On Jul 25, 2:59 pm, Cliff Wells [EMAIL PROTECTED] wrote: It doesn't. Paste provides an HTTP server. You can let it serve directly, or, more likely, put it behind another HTTP server that can proxy (I personally recommend Nginx,

Pylons 0.96rc1 - Mako and ToscaWidgets Forms

2007-07-25 Thread Walter Cruz
Hi all.. I and a friend have a project that we use to learn about Pylons. Today, I have tried to upgrade it to Pylons 0.96. Everything gets fine (I haven't upgraded to SAContext, but I will do that ASAP). But, we use twforms, and a problem arises: The traceback: File