Running Web2Py on G-WAN (generally Python's framework on G-WAN)

137 views Asked by At

Yesterday I have found information about G-WAN server.

I have searched many websites but I couldn't discover how to run frameworks like Web2Py which is more complex then simple hello.py file.

Is there an easy way to do this?

Maybe uWSGI support?

1

There are 1 answers

2
Gil On

G-WAN supports the CGI interface, so the CGI environment variables are already there. Usually, Web frameworks are built over this layer.

If uWSGI provides more environment variables that are needed for your project then please drop us a line at gwan.com to explain more precisely what you need.