DerivVar instance has no attribute '__float__'

Uwe Hoffmann qual at epost.de
Sun Jun 23 05:14:37 EDT 2002


Lee Harr wrote:
> I just installed the Scientific module and am trying it out:
> 
> 
>>>>from Scientific.Functions.Derivatives import DerivVar
>>>>from math import sin

instead use:
from Numeric import sin

...


Uwe




More information about the Python-list mailing list