Programming in python?

nirajkum

New Member
Messages
159
Reaction score
0
Points
0
For automation people use python . Its one of the powerful language to work on web application
 

gillwill

New Member
Messages
9
Reaction score
0
Points
0
No. You can have python execute scripts in any directory.

Add to htaccess:

AddHandler cgi-script .cgi .py .pl .pm


OK that's great. Thanks for that info.

I had got the wrong impression from an inquiry I sent when first trying to run python, which stated to just to put the scripts in cgi-folder and no Apache Handlers were needed.

Glad you chimed in here to stop the blind leading the blind situation. :drool:
 
Top