Python 2.5 is not longer supported or available for Ubuntu 10.4
What is the right way to update this for install in Python 2.6 or 3.0?
See patches in https://bugs.launchpad.net/tp-fan/+bug/480700
Now get:
# /etc/init.d/tpfand start * Starting ThinkPad fan control daemon tpfand Traceback (most recent call last): File "/usr/sbin/tpfand", line 21, in <module> import tpfand.control ImportError: No module named tpfand.control
The "ImportError" is a result of Python 2.6 changing the behavior of site-packages:
http://docs.python.org/dev/whatsnew/2.6.html#pep-370-per-user-site-packages-directory
As a work around I moved the tpfan* directories up to the python2.6 directory.
Bug watches keep track of this bug in other bug trackers.
See patches in https:/ /bugs.launchpad .net/tp- fan/+bug/ 480700
Now get:
# /etc/init.d/tpfand start
* Starting ThinkPad fan control daemon tpfand Traceback (most recent call last):
File "/usr/sbin/tpfand", line 21, in <module>
import tpfand.control
ImportError: No module named tpfand.control