Skip to content

Instantly share code, notes, and snippets.

@edwardsharp
Created December 2, 2014 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardsharp/7098270677d9d1cea365 to your computer and use it in GitHub Desktop.
Save edwardsharp/7098270677d9d1cea365 to your computer and use it in GitHub Desktop.
build-scipy.sh.log02
eeeeee:kivy-ios-master edward$ ./tools/build-scipy.sh
Gonna to try to run /Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/hostpython setup.py build_ext -v
~/src/python/kivy-ios-master/tmp/scipy-0.14.0 ~/src/python/kivy-ios-master
Traceback (most recent call last):
File "setup.py", line 237, in <module>
setup_package()
File "setup.py", line 225, in setup_package
from numpy.distutils.core import setup
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/__init__.py", line 153, in <module>
from . import add_newdocs
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/lib/__init__.py", line 8, in <module>
from .type_check import *
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/lib/type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/core/__init__.py", line 6, in <module>
from . import multiarray
ImportError: dynamic module does not define init function (initmultiarray)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment