try to add head line

#!/usr/bin/env python


add line before run() func

if __name__ == "__main__":
    web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
    app.run()

than

chmod +x index.py


2011/5/11 Carlos Ríos Vera <[email protected]>

> On Tue, May 10, 2011 at 6:12 AM, Samuel Chen <[email protected]> wrote:
> > how about to try "spawn-fcgi -a 127.0.0.1 -p 9002 -f
> > /home/lbfm/www/lbfm_web/index.py -d /home/lbfm/www"
> > Regards, Samuel
> > http://www.SamuelChen.net
>
> I tried, but I still getting the same error:
>
> % spawn-fcgi -a 127.0.0.1 -p 9002 -f "/home/lbfm/www/lbfm_web/index.py
> fcgi" -d /home/lbfm/www
> spawn-fcgi: child exited with: 127
>
>
> On Mon, May 9, 2011 at 9:38 PM, Anand Chitipothu <[email protected]>
> wrote:
> >
> > Does the script has execute permissions? Does it have "#! /usr/bin/env
> > python" in the first line of the script?
> >
>
> % ls -lah index.py
> -rwxr-xr-x 1 lbfm mvorphal 3,2K may  9 21:54 index.py
>
> % head index.py
> #!/usr/bin/env python
> [...]
>
> > Try running the script as:
> >
> > $ /home/lbfm/www/lbfm_web/index.py
> >
> In this part I got an error, and I realized that my files contains the
> windows end line format, for that reason I got the error. So, I
> modified the file and now works.
>
> Thank you all for the help.
>
> Regards.
>
>
>
>
> --
> http://crosvera.blogspot.com
>
> Carlos Ríos V.
> Estudiante de Ing. (E) en Computación e Informática.
> Universidad del Bío-Bío
> VIII Región, Chile
>
> Linux user number 425502
>
> --
> 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.
>
>

-- 
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