Hello Folks, I just discovered a problem in the latest version of stats.py. In line 1637 it tries to import special directly. Changing this in scipy.special fixes this, but then it is complaining about not finding neginomcdfinv. For the time being I reverted back to the old version of the stats module. Heiko