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.
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.