deploying on apache as 'raw cgi' due to checkmate from mod_python etc

2010-01-20 Thread gs_toronto
I have this apache installation which has mod_python, but that's bound to an existing python2.3 installation (which is in use for other web app, that uses compiled python extensions which won't work with py2.5). python2.3 doesn't have sqlite3 module (and 'pysqlite2' add-on isn't the same). So, I c

Re: deploying on apache as 'raw cgi' due to checkmate from mod_python etc

2010-01-20 Thread gs_toronto
ing-django-cherrypy/ > > for an example and code for django_cpserver. > > -C > > On Jan 20, 1:28 pm, gs_toronto wrote: > > > I have this apache installation which has mod_python, but that's bound > > to an existing python2.3 installation (which is in use for othe

Re: deploying on apache as 'raw cgi' due to checkmate from mod_python etc

2010-01-20 Thread gs_toronto
Yup, it works using adapter as above and pysqlite-2.5.6. So I should be fine (until I run into some other reason why py2.3 isn't going to work for me). On Jan 20, 10:42 pm, gs_toronto wrote: > Thanks, I'll take a look at those. It also looks I was wrong about > 'p