...
- python 2,5,4
- mod_wsgi 2.5
- psycopg2 2.0.12
- django
- geos
- proj4
- gdal
- dos2unix
The following will assist you to reconstruct this environment on linux.
Your actual mileage may vary.
It is important that at every step you specify the right versions.
Since you may have 2 version of python, its very easy to get a python component wrong.
Not that this ever happened to me.
For example, when installing mod_wsgi, if you do not explicitly specify the
right version, the default version will be used. This may cause problems
that are difficult to trouble shoot.
...