我正在尝试在PyScripter中为python 27运行一个应用程序。它是一个GAE应用程序并使用webapp2和jinja2。即使我已经创建了一个PYTHONPATH并且根据以下建议添加了c:\ program files(x86)\ google \ google_appengine \ lib和c:\ program files(x86)\ google \ google_appengine \,Pyscripter也无法导入这些模块这篇文章:
import webapp2 works on google-app-engine even though I don't have webapp2 installed
我还可以看到在查看工具>时添加了这些路径。 PyScripter中的Python Path但在我尝试运行应用程序时仍然有导入错误。
有什么想法吗? 感谢