Python cgi-bin with Xampp?

Dan

New member
Hi everyone!
I'm just beginning Python and I wanted to move on to making Web applications with it, however I've run into some problems. I originally downloaded Xampp so I could use PHP and I was wondering if I can use it for running Python Web apps. I know that my files have to be saved in the cgi-bin directory but I don't know how to access them when I have made them. I try typing into the the address bar "localhost/cgi-bin/*file name*.cgi" but it just says error 404. Is it just that Python doesn't work with Xampp or am I just doing something completely wrong?
By the way, I'm using a Mac (just some extra info)
 
Back
Top