我正在构建基本的HTML网站。它在app引擎上运行find,但是当我尝试部署代码时,我收到以下错误。我对Python知之甚少,但我尝试将所有安装路径缩短并且没有空格。
我没有修改任何PY代码。我所做的就是配置app.yaml和我的网站特定的东西。请帮忙。看起来它与Python有关,我没有碰过。
2013-12-12 11:38:21运行命令:“['C:\ Python27 \ python.exe',' - u','C:\ google_appengine \ appcfg.py',' - no_cookies' ,u'--email=myemail @ gmail.com',' - passin','update','C:\ temp \ movieweb']“
上午11:38申请:movieweb-j2s2;版本:1
上午11:38主持人:appengine.google.com
上午11:38开始更新app:movieweb-j2s2,版本:1
上午11:38获取当前资源限制。
密码myemail@gmail.com:11:38 AM扫描本地磁盘上的文件 追溯(最近的呼叫最后):
文件“C:\ google_appengine \ appcfg.py”,第196行,在中 run_file( file ,globals())
在run_file中文件“C:\ google_appengine \ appcfg.py”,第192行 execfile(script_path,globals_)
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第4810行,中
主(sys.argv中)
主文件中的文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第4801行 result = AppCfgApp(argv).Run()
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第2611行,在运行中 self.action(个体经营)
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第4495行,致电
返回方法()
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第3378行,更新中
self._UpdateWithParsedAppYaml(appyaml,self.basepath,yaml_file_basename)
在_UpdateWithParsedAppYaml中输入文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第3413行 self.UpdateVersion(rpcserver,basepath,appyaml,yaml_file_basename)
UpdateVersion中的文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第3312行 return appversion.DoUpload(paths,openfunc)
DoUpload中的文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第2144行 file_classification = FileClassification(self.config,path)
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第252行, init
self .__ static_mime_type = self .__ GetMimeTypeIfStaticFile(config,filename)
文件“C:\ google_appengine \ google \ appengine \ tools \ appcfg.py”,第282行,在__GetMimeTypeIfStaticFile中 如果re.match(正则表达式,文件名):
匹配中的文件“C:\ Python27 \ lib \ re.py”,第137行 return _compile(pattern,flags).match(string)
文件“C:\ Python27 \ lib \ re.py”,第242行,在_compile中 提出错误,v#无效表达
sre_constants.error:不平衡的括号
2013-12-12 11:38:23(程序退出代码1)