Can anyone help me run python scripts with http.server?
tropical.dude.net at gmail.com
tropical.dude.net at gmail.com
Sun Sep 6 08:47:42 EDT 2015
More information about the Python-list mailing list
Sun Sep 6 08:47:42 EDT 2015
- Previous message (by thread): Can anyone help me run python scripts with http.server?
- Next message (by thread): Wheels For ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sunday, September 6, 2015 at 1:51:00 PM UTC+2, tropical... at gmail.com wrote: > Hello everyone, > > I want to use python for web development but I > could not configure my Apache server to run python > with the guides I found on the internet. > > Can anyone help me configure http.server > to run python scripts? > > I ran the command python -m http.server --cgi to start the http server, > and if I put index.html, I will see the page but if I use > index.py, it doesn't show the page, I can only see the > directory listing of the files and when I click on > index.py, it doesn't run the code, I can see it just > like in the editor. > > Can anyone help me out? > > Thanks in advance. Thanks for the replies, I know of django, I even saw some youtube videos about it but it seems very complicated to me.
- Previous message (by thread): Can anyone help me run python scripts with http.server?
- Next message (by thread): Wheels For ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list