On Tue, Oct 14, 2014 at 1:42 AM, Justin <[email protected]> wrote:
> Getting this error this morning, never seen before:'module' object has no > attribute 'core' > > 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' > > Hi Justin, Is every instance of your application showing this error, or is it only one instance? To determine this, open up App Engine logs, find a representative sample of the error logs, and open each log up and look for an "instance=value" entry at the top of the log record. If the value is the same for each record, that means that only one instance is causing the issue. If you try re-uploading your application, does that change anything? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
