I encountered major problem with my SL-5600. Due to lack of backup, I needed to reinstall Python 2.4 after clean installation.
However, on activating python using QKonsole, I was prompted with the following error messages:
- Could not find platform independent libraries <prefix>
- Could not find platform independent libraries <exec_prefix>
- Could setting $PYTHONHOME to <prefix>[:<exec_prefix>]
- Process python killed
- import site' failed; use -v for traceback
- I could not import "qt" to run PyQt codes either
By activating this command:
at/etc/rc.d/init.d/mntpython start
My Python 2.4 backs to normal.