Can you upgrade python version from 2.2 to 2.3 (or better to 2.4)? Today python2.2 is obsolete many useful scripts cannot be run in 2.2.
Python upgrade
| fofoo wrote: |
| Can you upgrade python version from 2.2 to 2.3 (or better to 2.4)? Today python2.2 is obsolete many useful scripts cannot be run in 2.2. |
he makes a good point. is it easy to upgrade?
why not have python 3000 alpha release installed?
or at least 2.5? that is a stabel release or so i thought... anyone know better?
mod_python runs on 2.5, seems like a simple upgrade or migration...
or at least 2.5? that is a stabel release or so i thought... anyone know better?
mod_python runs on 2.5, seems like a simple upgrade or migration...
Have any of you guys actually setup mod_python on frihost? I am having trouble running my scripts that run fine on my Ubuntu Feisty
My .htaccess is:
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
The error log says:
[Mon Oct 15 21:08:57 2007] [alert] [client 68.37.197.17] /home/cybernyt/public_html/kab/.htaccess: Invalid command 'PythonDebug', perhaps mis-spelled or defined by a module not included in the server configuration
AFAIK you have to do a load module, not sure if this will work in .htaccess.
Please help!
My .htaccess is:
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
The error log says:
[Mon Oct 15 21:08:57 2007] [alert] [client 68.37.197.17] /home/cybernyt/public_html/kab/.htaccess: Invalid command 'PythonDebug', perhaps mis-spelled or defined by a module not included in the server configuration
AFAIK you have to do a load module, not sure if this will work in .htaccess.
Please help!
