is there a way to get cherryPy to serve .py files in a directory on Windows 7? I'm not sure if I understand how it's met to be used, but I made a python file print out some html, then I got IIS to run the .py file by adding python as a handler. I would like to know if I could setup cherryPy or any other standanlone script/python application to serve my .py file like IIS does. I would like to move from PHP to python and make my web application work without having to setup an external webserver like IIS, and hopefully have the python web app hosted by cherrypy. Is this possible?
Asked
Active
Viewed 225 times
0
-
It would have to handle css and images ect aswell as .py files – Jason Russell Nov 14 '11 at 13:23
-
here is sort of what im wanting, but mine is slow and doesnt work fully http://stackoverflow.com/questions/8051506/creating-a-python-webserver-layout-and-setup – Jason Russell Nov 14 '11 at 13:24
-
http://stackoverflow.com/questions/1967705/can-a-standalone-web-application-built-with-cherrypy-be-compiled – Jason Russell Nov 14 '11 at 14:32