Helpful Information
 
 
Category: Python
Is python at the server or must I upload it?

Is python at the server or must I upload it? :confused:

Frank

Python should be on the computer where you want to run the script.

Python must be installed on your computer to run any Python scripts as Spookster said.

If you are using it as a server-side language for web applications, then you will have to have it included in your Apache configuration (or whatever web server you are using). See Apache's documentation on how to add it.

If your computer doesn't have it, go here:

http://www.python.org/download/

-Shane

f your computer doesn't have it, go here:

http://www.python.org/download/

Thanks you both for your help.
I'll do that.

Frank










privacy (GDPR)