GithubHelp home page GithubHelp logo

chriskiehl / google-appengine-wx-launcher Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 532 KB

Automatically exported from code.google.com/p/google-appengine-wx-launcher

License: Apache License 2.0

Python 86.55% HTML 13.45%

google-appengine-wx-launcher's Introduction

Google App Engine wxLauncher
http://code.google.com/p/google-appengine-wx-launcher
http://code.google.com/appengine

This project contains source code for the launcher, a wxWidgets based
developer tool for creating, running, and deploying Google App Engine
applications.  This launcher is included in the Windows installer for
the App Engine SDK starting with version 1.2.5.  This launcher also
works on Linux and Mac but is not distributed in the App Engine SDK
for those platforms.  The launcher delivered with the App Engine Mac
SDK, GoogleAppEngineLauncher.app, is also open source:
http://code.google.com/p/google-appengine-mac-launcher

See the google-appengine-wx-launcher project site for details on
prerequisites for running the launcher on various platforms
(e.g. wxPython).

For development we use the script coverage.py to run unit tests.  (A
nicer test runner is currently out for review).  Until that lands you
may need to edit coverage.py to work in your environment.  This
coverage.py script uses PyMox and the excellent code coverage script
found here: http://code.google.com/p/pymox/
http://nedbatchelder.com/code/modules/coverage.html

google-appengine-wx-launcher's People

Watchers

 avatar  avatar

Forkers

pombredanne

google-appengine-wx-launcher's Issues

Not Compatible with latest appengine version: 1.7.6

What steps will reproduce the problem?

1. Install Latest AppEngine
2. Launch AppEngineLauncher
3. Try to start App

The app does not successfully launch at looking at the log the problem is 
stated that "--admin_console_server=" is not a valid argument for 
dev_appserver.py, presumably because of the re factoring made default in this 
release: https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Hope this gets fixed soon, been using this tool as part of my quick start guide 
to WebBot: http://www.webbot.ws/ as it is the only cross platform launcher I 
know of, but have already been getting complaints about this issue so will have 
to remove it shortly.

Thanks!

Timothy

Original issue reported on code.google.com by [email protected] on 21 Mar 2013 at 1:08

Google app launcher wont open Error occur

What steps will reproduce the problem?
1. opening the app


What version of the product are you using? On what operating system?
GoogleAppEngine-1.5.4
python-2.7.2

Please provide any additional information below.
here is the error log: 

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'

Original issue reported on code.google.com by [email protected] on 1 Oct 2011 at 12:01

Can't checkout the google app engine launcher for linux

What steps will reproduce the problem?
1. typed $ svn checkout 
http://google-appengine-wx-launcher.googlecode.com/svn/trunk/ 
google-appengine-wx-launcher-read-only

What is the expected output? What do you see instead?
It was supposed to download the folder, isntead i got this:

svn: E175002: Unable to connect to a repository at URL 
'http://google-appengine-wx-launcher.googlecode.com/svn/trunk'
svn: E175002: Server sent unexpected return value (400 Bad Request) in response 
to OPTIONS request for 
'http://google-appengine-wx-launcher.googlecode.com/svn/trunk'


By the way, my internet is working.

What version of the product are you using? On what operating system?
Ubuntu 13.04

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Aug 2013 at 9:49

Add button for running tests

Now that there is a support for unittesting, it would be convenient to have a 
button to run them.

http://code.google.com/appengine/docs/python/tools/localunittesting.html

Original issue reported on code.google.com by [email protected] on 29 Apr 2011 at 7:44

GAE launcher can't stop app!

What steps will reproduce the problem?
1. start a app
2. stop the app
3. than the launcher is dead,I have to kill it with task manager...

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

my os is windows8.1 ,python env is 2.7

Original issue reported on code.google.com by [email protected] on 17 Mar 2014 at 3:47

App Engine Launcher throws IndexError: list index out of range

What steps will reproduce the problem?
1. When opening the launcher the error occurs. I have never before run the 
launcher because the error has been appearing since the beginning.
2. Windows 7 Ultimate SP1, Python 2.7.3, GAE in GA 1.6.4 python SDK

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 98, in _CreateModels
  File "launcher\preferences.pyc", line 62, in __init__
  File "launcher\platform.pyc", line 435, in PythonCommand
IndexError: list index out of range

Original issue reported on code.google.com by [email protected] on 23 Apr 2012 at 2:16

Can not change application path

What steps will reproduce the problem?
1. Add application
2. Go to Edit/Application settings menu
3. Try to change application path

The field "Application Path" is disabled for change. 

Running revision 9 on Ubuntu 10.04 32bit.

Original issue reported on code.google.com by [email protected] on 12 Aug 2011 at 4:18

Settings for two versions of the same app

What steps will reproduce the problem?
1. Create two versions for the same app in two separate folders
2. Add this two versions to the launcher
3. Modify preferences for one of them (for example set it to run with python 
2.7), this will modify the settings of the other too (but the other needs to 
run with python 2.5)

> What is the expected output? What do you see instead?

It is expected to be able to run two different versions of the same app with 
two different python distributions.

> What version of the product are you using? On what operating system?

SDK 1.7.2


Original issue reported on code.google.com by [email protected] on 6 Oct 2012 at 1:37

how to submit branches ?

Hi,

This is not an issue, it 's the only way i fiund to contact you.

I started to make some improvement to the python source.

1st one is the ability to saved username and password to prevent having to 
retape it each time you deploy.

And so i will be interested to be ableto create a branch to share this with 
other users.

join the source of the project modified

Original issue reported on code.google.com by [email protected] on 25 Dec 2011 at 6:41

Attachments:

The system cannot find the path specified: '%USERPROFILE%/Google'

What steps will reproduce the problem?
1. Uninstalled previous version of GAE and Installed v1.4.2
2. Run Launcher

What is the expected output? What do you see instead?
App should launch, see dialog referring to log file. If you are not admin user 
ad have installed in Program Files , you may find nothing in the log file. 
Otherwise you see: 
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 34, in __init__
  File "launcher\platform.pyc", line 492, in ProjectsFile
WindowsError: [Error 3] The system cannot find the path specified: 
'%USERPROFILE%/Google'


What version of the product are you using? On what operating system?
1.4.2 for python, python 2.5, Windows 7 Professional x64

Please provide any additional information below.
The problem is in the HOME environment variable, which on my system is a system 
variable set to %USERPROFILE%. Launcher does not evaluate %USERPROFILE% in the 
Windows environment context. 

I solved by also including a HOME in my User variables, set to the actual path 
of my home directory (C:\Users\[USERNAME]). This overrides the system var 
without spoiling its use for other users who don't have it explicitly set in 
their user vars. 

Aother anomaly was that while I had the "Google" dir under my home dir, 
possibly from the previous install, (or some other google product?) the latest 
version did not recreate it if I delete it before installing. So even if the 
USERPROFILE issue had not occured, it may have failed in the same way if this 
was the first time I was installing GAE.

Illan

Original issue reported on code.google.com by [email protected] on 19 Mar 2011 at 2:40

Google app launcher wont open Errors occur

What steps will reproduce the problem?
1. opening the google application launcher

What version of the product are you using? On what operating system?
GoogleAppEngine-1.5.4
python-2.7.2

Please provide any additional information below.
here is the error log: 

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'
Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'

Original issue reported on code.google.com by [email protected] on 1 Oct 2011 at 12:02

external SMTP flags dosnt work

What steps will reproduce the problem?
1. Set Flags in Edit-> Application setings
What is the expected output? What do you see instead?
Send mail with external smtp server

What version of the product are you using? On what operating system?
Windows 7, App 1.5.2


If i start app from command line with same flags it works.

Original issue reported on code.google.com by [email protected] on 8 Sep 2009 at 1:18

Unable to run multiple applications simultaneously

What steps will reproduce the problem?

1. Add two different applications to launcher
2. Run first application
3. Attempt to run second application, only to see it crash

What is the expected output? What do you see instead?

I expected to be able to run multiple applications. Seeing the logs, I noticed 
there was a weird "--admin_console_server=" option being added to the 
dev_appserver command line, which doesn't exist in Google App Engine 1.9.3.

What version of the product are you using? On what operating system?

I'm using the latest trunk version, on Ubuntu 12.04

Please provide any additional information below.

By removing the "--admin_console_server=" option and adding the "--admin_port" 
with the value (project.port-80) I was able to successfully run multiple 
applications simultaneously. I'm sending in a patch in the attachment.

It might be worth adding "admin port" to the application settings, since you 
can't run multiple admin servers simultaneously and my solution is just a quick 
hack. It would make things more transparent to the person running the app, 
since the only place where you can see that information is in the logs.

BTW, the project's tagline would be more informative if it said "Python 
Launcher for Google App Engine"... Had I not been redirected here by someone 
else, I would never look deep enough into the project page to know it worked on 
Linux too. :)

Original issue reported on code.google.com by [email protected] on 23 Apr 2014 at 3:52

Attachments:

GAE win version error

The launcher cannot be open and throw this error in log file

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__

  File "wx\_core.pyc", line 7487, in _BootstrapApp
    ���
  File "launcher\app.pyc", line 58, in OnInit

  File "launcher\app.pyc", line 152, in _VersionCheck

  File "urllib.pyc", line 82, in urlopen

  File "urllib.pyc", line 190, in open

  File "urllib.pyc", line 338, in open_http

  File "urllib.pyc", line 351, in http_error

  File "urllib.pyc", line 702, in http_error_407

  File "urllib.pyc", line 714, in retry_proxy_http_basic_auth

  File "urllib.pyc", line 773, in get_user_passwd

  File "urllib.pyc", line 782, in prompt_user_passwd

EOFError: EOF when reading a line

Original issue reported on code.google.com by [email protected] on 31 May 2012 at 6:09

GAE launcher for win error.

What steps will reproduce the problem?
1. When opening the launcher,the issue comes.
2. XP,Python2.5.4,SDK 1.3.0;I used GAE 1.3.0 on this computer before,I 
don't know why it happens.Here's the log:

Traceback (most recent call last):
  File "GoogleAppEngineLauncher.py", line 42, in <module>
  File "wx\_core.pyc", line 7913, in __init__
  File "wx\_core.pyc", line 7487, in _BootstrapApp
  File "launcher\app.pyc", line 53, in OnInit
  File "launcher\app.pyc", line 97, in _CreateModels
  File "launcher\maintable.pyc", line 35, in __init__
  File "launcher\maintable.pyc", line 86, in _LoadProjects
  File "launcher\project.pyc", line 63, in ProjectWithConfigParser
  File "launcher\project.pyc", line 260, in _LoadFromConfigParser
  File "ConfigParser.pyc", line 520, in get
ConfigParser.NoOptionError: No option 'name' in section: '0'

3. I've been resetup the environment for 3 times,It doesn't work.

Original issue reported on code.google.com by [email protected] on 7 Feb 2010 at 7:30

Launcher doesn't run, error message points to inexistent log file

What steps will reproduce the problem?
1. Running the launcher

What is the expected output? What do you see instead?
Displays a message to check the log file, however, no log file is created!


What version of the product are you using? On what operating system?
1.8.8


Please provide any additional information below.
The launcher stopped working unexpectedly, it was running fine before. I've 
tried uninstalling, reinstalling, repairing, nothing works.

Original issue reported on code.google.com by [email protected] on 25 Nov 2013 at 3:53

App Engine Launcher won't run anything

What steps will reproduce the problem?
1. Click 'Run' on any app.
2.
3.

What is the expected output? What do you see instead?

Apps run online using .appspot url, but not through my own localhost or by 
using the filepath. App icon turns into a yellow triangle and when I click 
'Browse' to run it in the browser it says "no selected projects are running so 
we have nothing to browse."


What version of the product are you using? On what operating system?
Windows Vista, python 2.7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jun 2014 at 7:59

Generate new project without Apache header

What steps will reproduce the problem?
1. create new project

What is the expected output? What do you see instead?
main.py in newly generated project automatically contains Apache license 
header. Can we have an option to start non-Apache licensed projects? =)

What version of the product are you using? On what operating system?
AppEngine SDK 1.4.0

Original issue reported on code.google.com by [email protected] on 14 Dec 2010 at 10:16

Syntax error in GoogleAppEngineLauncher.py file

What steps will reproduce the problem?
1. Launch GAE-wx-launcher in Terminal:python 
/opt/google-appengine-wx-launcher-svn/GoogleAppEngineLauncher.py

What is the expected output? What do you see instead?
GAE-wx-launcher executes. Instead, the following syntax error message appears:
File "/opt/google-appengine-wx-launcher-svn/GoogleAppEngineLauncher.py", line 24
    except ImportError, inst:
                      ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
google-appengine-wx-launcher-svn 7-1, Arch Linux 3.4.4-3

Please provide any additional information below.
Copy of my GoogleAppEngineLauncher.py file: http://pastebin.com/Tn6Ww7Bw

Original issue reported on code.google.com by [email protected] on 19 Jul 2012 at 6:11

Launcher deploy dialog box buttons not visible - Windows

Issue with the Windows version of the Google App Engine Launcher Deploy 
dialog box. The issue has persisted from the previous Launcher version to 
1.3.0 version. Windows GAE Launcher 1.3.0 running on Windows XP SP3

What steps will reproduce the problem?
1. Open Windows GAE Launcher 1.3.0
2. Select an app to deploy.
3. Click on the Deploy button.

When you click on the Deploy button, the height of the dialog box that 
opens, is not big enough to view the buttons. 
See an image of this issue attached. 

The dialog box is not resizable. 

I've tried it on two different computers both in Windows XP. 
The issue happens at monitor resolutions 1680x1050 and at 1280x800

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 10:23

Attachments:

Launcher UI disregards system text size

Assuming a Windows 7 system:

What steps will reproduce the problem?
1. Open Control Panel\Appearance and Personalization\Display
2. Set font size from Smaller-100% to Medium-125%
3. Apply
4. Start the App Engine Launcher
5. Select a project, and click deploy

What is the expected output? 
The window is resized to accommodate the larger text

What do you see instead?
A tiny window, with large fonts, both size of the text cut off by about 30%
See attached screenshot.

What version of the product are you using? On what operating system?
App Engine Launcher 1.3.1
Windows 7


Please provide any additional information below.

Display text is resized due to using large resolution (1280x1024) on small 
monitors (17"), but I assume other situations might also necessitate similar 
configurations.

Original issue reported on code.google.com by sdrinf on 17 Mar 2010 at 3:05

Attachments:

The preferences file is created in a wrong directory

In os.path.expanduser, ~ means USERPROFILE, not APPDATA.
https://docs.python.org/2/library/os.path.html#os.path.expanduser

Fixed the INI file being created under c:\Users\User\file.ini

Original issue reported on code.google.com by phistuck on 16 Jul 2014 at 9:00

Attachments:

AppEngine Launcher not compatible with authenticated proxies. (Patch attached).

What steps will reproduce the problem?
1. Open AppEngine in a Windows environment where an authenticated proxy is 
present
2. AppEngine gets frozen on _VersionCheck method.

What is the expected output? What do you see instead?
AppEngine open properly even if it's not possible to check for a new 
version.

What version of the product are you using? On what operating system?
AppEngine 1.2.7 on WindowsXP.

Please provide any additional information below.

A patch is attached that solves the problem.

Original issue reported on code.google.com by [email protected] on 19 Oct 2009 at 7:08

Attachments:

Launcher doesn't support php_executable_path

Try to launch a PHP based app using the launcher, get PHP executable not found 
error message when loading the page.

Patch file below adds a php_runtime preference to be set to the path to 
php-cgi.exe

I had to remove --admin_server_console in order to run with the latest SDK/app 
engine.

Note: ideally there should be some form of check on php_runtime and only add 
the command line option if the preference is set - I'm just not a python coder 
so I hacked this in.

Original issue reported on code.google.com by [email protected] on 8 Aug 2013 at 3:40

Attachments:

Google App Engine Launcher Startup error

I have been using Google App Engine Launcher for the past month or so, but out 
of know where it stop working and now it starting to show a error each time to 
try to start up Google App Engine Launcher. I attach a picture of the error and 
what it looks like when you open up the error. 

PS: I all ready tried reinstalling the software. It does not work. 


Original issue reported on code.google.com by [email protected] on 4 Jul 2015 at 4:12

Attachments:

Unable to start launcher for python in windows xp

What steps will reproduce the problem?
1. Installing python 2.5.2 or 2.5.4 or current, set for all users
2. Installing google app engine SDK for python 1.4.1
3. Opening google app engine launcher

What is the expected output? What do you see instead?
Initialization of the app engine launcher. Instead it locks up and is 
inaccesable.



What version of the product are you using? On what operating system?
1.4.1 on windows xp pro

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 10 Feb 2011 at 3:33

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.