think tank forum

technology » mod_fcgid and Python

DaGr8Gatzby's avatar
14 years ago
link
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.
andre's avatar
14 years ago
link
andre
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.