Hello world,
Im trying to run an app made with webpy using spawn-fcgi to launch the app.
The code in the __main__ section is:
if __name__ == '__main__':
web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
app.run()
And I run spawn-fci as follows:
% spawn-fcgi -f /home/lbfm/www/lbfm_web/index.py -a 127.0.0.1 -p 9002
But I got this:
% spawn-fcgi -f /home/lbfm/www/lbfm_web/index.py -a 127.0.0.1 -p 9002
: No such file or directory
spawn-fcgi.c.218: child exited with: 127, Key has expired
I really don't have idea what happens, any clue?
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.