有人能帮我找到适用于 Ubuntu 13.04 的 GAE 启动器吗?我找到了适用于早期版本的 Ubuntu 的启动器,但那些 PPA 不适用于 13.04。我使用的是 Python 版本。
答案1
我对这个问题进行了长时间的搜索(实际上无法打开谷歌应用引擎启动器(Ubuntu 中的 GUI)。以下是帮助我打开 GUI 的步骤。
... 但我仍然无法运行该应用程序 - 它有错误。我认为这是(在“编辑/首选项”菜单下)的问题Python 路径,App Engine SDK 路径,编辑和/或部署服务器。
http://forums.udacity.com/questions/6004229/google-app-engine-launcher
首先,您需要安装 wxPython,打开您的终端并输入:
sudo apt-get install python-wxversion python-wxglade
然后你需要下载启动器
在你的终端类型中:
svn checkout
http://google-appengine-wx-launcher.googlecode.com/svn/trunk/
google-appengine-launcher
现在输入:
cd google-appengine-launcher
然后使用以下命令运行你的 Luncher:
./GoogleAppEngineLauncher.py
或者
python GoogleAppEngineLauncher.py
答案2
你可以使用以下方式安装 python-wxsudo apt-get install python-wxversion python-wxglade