[SciPy-User] ImportError exits with code 0 after importing scipy.stats (WTF?!)

Thomas Kluyver takowl at gmail.com
Tue Nov 6 06:17:29 EST 2012


On 6 November 2012 10:55, Daniel Fortunov <daniel.fortunov at man.com> wrote:

> Can anyone reproduce this with the same (or similar) software versions
> below?


For reference, it appears to be working correctly on Linux (Ubuntu 12.04,
Python 2.7, SciPy 0.9.0):

~$ python -c "import scipy.stats; import woiejr"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named woiejr
~$ echo $?
1

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20121106/861555f7/attachment.html>


More information about the SciPy-User mailing list