hi yes 
i did upload the website site after that i change the yaml file to
runtime: python27
vm: true 
the upload work fine and in the  end i get the message

Checking if updated app version is serving.
02:02 PM Enough VMs ready (2/2 ready).
02:02 PM Completed update of app: baraln-ee, version: 1

when i try to get to the website i got a empty page
http://baraln-ee.appspot.com/


*the requirements file *
webapp2 == 2.5.2
earthengine-api == 1.7.1
numpy == 1.10.4
Jinja2 == 2.8


*the full yaml file*
application: baraln-ee
version: 1

runtime: python27
vm: true 

api_version: 1
threadsafe: true

handlers:
- url: /static/
  static_dir: static
  application_readable: true
  secure: never
- url: /.*
  script: server.app
  secure: never

skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- Crypto

*the model that i  Importing  the python script*

import os
import cgi
import config
import datetime
import time
import ee
import jinja2
import webapp2
import time
import sys
import json
from math import *
import numpy as np


On Sunday, March 20, 2016 at 9:20:36 PM UTC+2, Jon Parrott wrote:
>
> Hi, can you give us more details? Are you getting any error messages? What 
> step are you stuck on?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b6e371c5-c731-4cf1-9df2-27f5b12c8983%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to