Re: [SciPy-user] help importing integrate
The toplevel scipy package doesn't import subpackages, so you need to do
import scipy.integrate
[Trevis Crane] I was confused because when you go to this link: http://www.scipy.org/doc/api_docs/ and click on the [+] button next to scipy under the modules heading I find an 'integrate' heading. Interestingly, if you click on the same button next to the scipy heading that is under the Packages heading, you again see 'integrate' listed. I assumed that these two lists contain the subpackages of scipy (under the packages heading) and the modules of scipy under the modules heading. Anyway, thanks for the clarification, trevis
-- |>|\/|<
/----------------------------------------------------------------------- ---\
|David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |cookedm@physics.mcmaster.ca _______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
participants (1)
-
Trevis Crane