
Traceback (most recent call last): file "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/Google_appengine/dev_appserver.py",line 76,in <module> run_file(__file__,globals()) file "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/Google_appengine/dev_appserver.py",line 72,in run_file execfile(script_path,globals_) file "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/Google_appengine/Google/appengine/tools/dev_appserver_main.py",line 142,in <module> import tempfile file "/System/library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/tempfile.py",line 34,in <module> from random import Random as _Random file "/System/library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/random.py",line 45,in <module> from math import log as _log,exp as _exp,pi as _pi,e as _e,ceil as _ceilimportError: dlopen(/System/library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so,2): Symbol not found: __PyLong_AsScaledDouble Referenced from: /System/library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so解决方法 我最终卸载了GAE和eclipse并重新安装.它现在有效.
从查看堆栈跟踪看起来PyDev插件似乎是罪魁祸首
总结以上是内存溢出为你收集整理的使用python的OSX Lion上的Google应用引擎失败全部内容,希望文章能够帮你解决使用python的OSX Lion上的Google应用引擎失败所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)