Hernan wrote:
> Hello,
> 
> Is there any way to use scipy.constants in sage?
> 

When was it made part of scipy?  We may have a version in Sage that is 
too old:

sage: import scipy
sage: scipy.__version__
'0.6.0'
sage: import scipy.constants
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/home/jason/.sage/temp/littleone/10165/_home_jason__sage_init_sage_0.py 
in <module>()

ImportError: No module named constants

(we actually have a SVN release, not 0.6.0, though).


You can always just install scipy in Sage, just like you would install 
it from the command line, though.

The scipy package in Sage should really be upgraded.

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to