Getting this error this morning, never seen before:


-------------------


'module' object has no attribute 'core'
Traceback (most recent call last):
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 1511, in __call__
    rv = self.handle_exception(request, response, e)
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 1505, in __call__
    rv = self.router.dispatch(request, response)
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 1253, in default_dispatcher
    return route.handler_adapter(request, response)
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 1077, in __call__
    return handler.dispatch()
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 547, in dispatch
    return self.handle_exception(e, self.app.debug)
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
 line 545, in dispatch
    return method(*args, **kwargs)
  File 
"/base/data/home/apps/s~sr-yc-trading-1415/1.379355005224802528/controllers/__init__.py",
 line 103, in wrapped_fn
    fn(self, *args, **kwargs)
  File 
"/base/data/home/apps/s~sr-yc-trading-1415/1.379355005224802528/controllers/__init__.py",
 line 65, in wrapped_fn
    fn(self, *args, **kwargs)
  File 
"/base/data/home/apps/s~sr-yc-trading-1415/1.379355005224802528/controllers/__init__.py",
 line 43, in wrapped_fn
    resp=fn(self, *args, **kwargs)
  File 
"/base/data/home/apps/s~sr-yc-trading-1415/1.379355005224802528/controllers/site/marks.py",
 line 572, in get
    "gradient_training_error": self.format_gradient(stats.gradient(errors))})
  File 
"/base/data/home/apps/s~sr-yc-trading-1415/1.379355005224802528/lib/stats_helpers.py",
 line 13, in gradient
    import numpy as np
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/numpy-1.6.1/numpy/__init__.py",
 line 137, in <module>
    import add_newdocs
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/numpy-1.6.1/numpy/add_newdocs.py",
 line 9, in <module>
    from numpy.lib import add_newdoc
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/numpy-1.6.1/numpy/lib/__init__.py",
 line 5, in <module>
    from index_tricks import *
  File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/numpy-1.6.1/numpy/lib/index_tricks.py",
 line 11, in <module>
    import numpy.core.numeric as _nx
AttributeError: 'module' object has no attribute 'core'

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to