[SciPy-user] Where are the packages (modules) under sandbox

Travis Oliphant oliphant.travis at ieee.org
Thu Jan 5 05:31:52 EST 2006


jaonary at free.fr wrote:

>Hi,
>I've built one of the latest revision of scipy from svn. Things go right and the
>installation was succesfull. I'd also like to use gnuplot for graphic
>visualisation. I see that it's in the sandbox package. But impossibile to do
>something with it.
>I can do
> import scipy.sandbox as sb
>but after that nothing! even a litle
> sb.gplt
>  
>

You have to enable the building of the sandbox.  See Lib/sandbox/setup.py

You need to uncomment the packages you want to build....

-Travis




More information about the SciPy-User mailing list