Can someone help me to find GAE launcher for Ubuntu 13.04. I found it for earlier versions of Ubuntu but those PPA's doesn't work for 13.04. I'm using Python version.
PyCharm supports all major Google App Engine development practices. Google App Engine SDK is downloaded and installed on your computer. Download the App Engine SDK for Go: file_download 64 bit. Version: 1.9.70 - 2018-11-06. Note: The Google App Engine Launcher does not work with Go apps. Set Up and Deploy New Version After saving your app data, the next step is to replace your current Course Builder software with the latest version. Download the latest version and then use the Google App Engine Launcher or the command line to re-deploy your upgraded app.
AlenAlenDownload Google Chrome
2 Answers
I searched long and hard on this same issue (couldn't actually open the google app engine launcher (the GUI) in Ubuntu). The following is the step that helped me to be able to open the GUI.
... But I still am having issues running the app - it has errors. I think it is an issue of (under the Edit/Preferrences menu) Python Path, App Engine SDK Path, Editor, and/or Deployment Sever.
First you need to install wxPythonopen your terminal and type :
Then you need to download the launcher
in your terminal type :
now type :
and simply run your luncher with this command :
or
You can install python-wx stuff using sudo apt-get install python-wxversion python-wxglade
Google Chrome Launcher App
Not the answer you're looking for? Browse other questions tagged 13.04pythongoogle-app-engine or ask your own question.
Google has released the Google App Engine Launcher for Windows, a graphical user interface for creating, running and deploying App Engine applications when developing on Windows.
Chrome App Launcher Install
In a recent blog post, John Grabowski, a software engineer at Google, said Google App Engine 1.2.5 SDK for Python now includes the Google App Engine Launcher for Windows. Overall, the goal of the launcher is to help make App Engine development quick and easy, he said.
'About a year ago, a few of us recognized a need for a client tool to help with App Engine development,' Grabowski said. He said a group of Google engineers had created a Mac version of the launcher in their '20 percent time'-the time that Google allows its engineers to work on independent projects. 'Of course, not all App Engine developers have Macs, so more work was needed,' Grabowski said, noting that a new group of engineers set out to create the Windows launcher.
Added Grabowski:
Google Launcher Update
Further reading
Google Launcher App
''The Windows launcher is written in Python and uses wxPython for its GUI. This means (with a little care) the launcher should work on Linux, and we'd like Linux developers to have the option of using it. Although we ship a binary of the Launcher for Windows (thanks to py2exe), shipping binaries for Linux is a bit more challenging. Fortunately, Google has a well-traveled path for solving this problem. For example, Google O3D provides binaries for Windows/Mac; it also provides source code and instructions for building on Linux. Thus inspired, we've open sourced the Windows launcher so that developers can use it on other platforms.''
In addition, Grabowski said Google has begun the process of open sourcing the Mac version of the launcher.