I'm attempting to run QGIS on Redhat 5 64 bit architecture. Version of Python is 2.4.3. Version of QGIS is 1.7.4 (wroclaw).
When I run qgis, the splash screen appears, followed by a QMessageBox that says
Couldn't load PyQGIS
Python support will be disabled
can't import cStringIO
However, here's the kicker. The Python version is blank and the Python path is blank. (QGIS Version is set appropriated).
Because of my company's configuration, everything is installed from source.
python is on my PATH.
PYTHONPATH = /usr/lib64/python_2.4:/usr/lib64/python_2.4/site-packages
LD_LIBRARY_PATH = /usr/lib64/python_2.4/site-packages/PyQt4:/apps/qgis_1.7.4/lib/qgis:/apps/qgis_1.7.4/lib
I find it really strange that QGIS doesn't seem to be finding python or the PYTHONPATH environment variable. Any suggestions??
Why is no traceback printed like I see in many other forum questions?