I'm trying to migrate to Sublime Text 2 and do everything without leaving the program. Before I ran a script with the following line:
from scipy.stats import beta, bernoulli, gaussian_kde
No shell
within iPithon
the command runs normally.
If I give build
( cmd
+ b
or Tools -> Build) within Sublime Text 2 it does not find scipy.stats
:
ImportError: No module named scipy.stats
How to solve this?