DaGr8Gatzby
Drunk by Myself
Is there an easy way to set this up without depending on another python framework like Frup? I just want a CGI-type setup where I can send .py files to Python and have the output displayed as HTML. Sort of like PHP through FastCGI, but without PHP. Thank you.
Should be possible. I've used mod_fcgid with Ruby on Rails before, so I don't see why it wouldn't work for python.