[SciPy-user] Problems installing on Suse 9.1

David Grant david at dwavesys.com
Thu Nov 4 18:20:26 EST 2004


Barry Drake wrote:

>Thanks Tom.
>
>Python is installed and working fine.  I have other
>packages working from the site-packages directory,
>e.g., drPython.
>
>I decided to ignore the error and let YaST install
>Numeric.  I then installed scipy and from Idle
>imported the packages.  Everything seems to be found
>ok.
>
>Are there some simple examples I can try to test the
>installation?
>  
>
from scipy.gplt import plot
plot([1,2,3,4],[1,4,9,16])

from scipy.common import derivative
a=2
derivative(lambda x: x**2, a, 3)
#Finds the 3-point discrete derivative at x=a of the function x**2




More information about the SciPy-User mailing list