Advertisement
Dmitrey15

origin numpy.py in PyPy

May 24th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. raise ImportError(
  2.     "The 'numpy' module of PyPy is in-development and not complete. "
  3.     "To try it out anyway, you can either import from 'numpypy', "
  4.     "or just write 'import numpypy' first in your program and then "
  5.     "import from 'numpy' as usual.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement