Hello all,
The problem persists. But I fixed it upgrading to python 2.7.
With app.yaml parameters:
runtime: python27
threadsafe: true# true for WSGI & concurrent requests (Python 2.7 only)
default_expiration: "24h" # for static files
- url: .*
script: gaehandler.wsgiapp# WSGI (Pytho
Hello Massimo,
2014-03-13 14:41 GMT+01:00 Massimo Di Pierro :
> I made a change in trunk about this. Can you please check it?
>
>
Thank you for your fast answer and patch.
I'll test it in next days and I'll tell to the list.
Thank you for your work. ;)
Regards,
Francisco
> On Thursday, 13 Marc
I made a change in trunk about this. Can you please check it?
On Thursday, 13 March 2014 06:56:32 UTC-5, Francisco García wrote:
>
>
> Hello all,
>
> I am trying to upload a Web2py application to GAE, as I use to do with
> other web2py apps (without problems).
>
> I find the following error in GA
Problems deploying my app onto GAE because I left out things like
gaehelper.py and was running the web2py.app instead of the source
code.
On Aug 27, 11:07 pm, Massimo Di Pierro
wrote:
> Jarrod,
>
> can you tell us what the original problem was. Other users may be in
> the same shoes.
>
> On Aug 2
Jarrod,
can you tell us what the original problem was. Other users may be in
the same shoes.
On Aug 27, 12:52 am, Jarrod Cugley wrote:
> Oh interesting! Both great tips guys thanks Anthony and Bruno :)
>
> On Aug 27, 3:37 pm, Bruno Rocha wrote:
>
>
>
>
>
>
>
> > Go to GAE dashboard and manage "
Oh interesting! Both great tips guys thanks Anthony and Bruno :)
On Aug 27, 3:37 pm, Bruno Rocha wrote:
> Go to GAE dashboard and manage "versions" choose the default version.
>
> rename your app to 'init'
>
> Then you have now myapp.appspot.com
Go to GAE dashboard and manage "versions" choose the default version.
rename your app to 'init'
Then you have now myapp.appspot.com
Also, look at /web2py/router.example.py and /web2py/routes.example.py (note,
if you want to use router.example.py, you have to rename it to routes.py,
not router.py).
Anthony
On Saturday, August 27, 2011 1:32:15 AM UTC-4, Jarrod Cugley wrote:
>
> Yeah but I didn't understand it at all really on
I can't figure out where my source code install is meant to be placed?
It just says I download the source code and type Python2.7 web2py and
it will work? But I get this error:
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/
Contents/MacOS/Python: can't open file 'web2py':
Yeah but I didn't understand it at all really on my first read through
so I'm going to have to go back and read it over of course :)
On Aug 27, 3:26 pm, Anthony wrote:
> Have you looked at this section of the book
> yet:http://web2py.com/book/default/chapter/04#URL-Rewrite
>
>
>
>
>
>
>
> On Sat
Have you looked at this section of the book yet:
http://web2py.com/book/default/chapter/04#URL-Rewrite
On Saturday, August 27, 2011 1:22:53 AM UTC-4, Jarrod Cugley wrote:
>
> One more thing, right now my URL is:
>
> http://1.myapp.appspot.com/myapp/default/index
>
> How would I make this:
One more thing, right now my URL is:
http://1.myapp.appspot.com/myapp/default/index
How would I make this:
http://myapp.appspot.com/
Without breaking everything?
On Aug 27, 3:15 pm, Jarrod Cugley wrote:
> Ok after hours of fiddling (yes it somehow took me that long HAHAHA) I
> figured
Ok after hours of fiddling (yes it somehow took me that long HAHAHA) I
figured it out, thanks for the assistance Mass and Jon :)
On Aug 27, 2:08 pm, Jarrod Cugley wrote:
> Massimo, I watched the video, it was very helpful thank you, but I'm
> still confused with how to upload my app onto GAE.
>
>
Massimo, I watched the video, it was very helpful thank you, but I'm
still confused with how to upload my app onto GAE.
My app is inside the following directory: /web2py/applications/myapp
So I set my GAE launcher directory to: /web2py/
So I leave the application name empty? And where do the app
This is an old video but perhaps it may help:
http://vimeo.com/3703345
On Aug 26, 9:51 pm, Jarrod Cugley wrote:
> Ok, I've done that, but now what am I meant to do with the GAE
> launcher settings? The documentation in the web2py book makes no
> sense, I've done what it says but it doesn't work?
Ok, I've done that, but now what am I meant to do with the GAE
launcher settings? The documentation in the web2py book makes no
sense, I've done what it says but it doesn't work? In GAE launcher
what are the following settings meant to be?:
Application Name = ?
Application Directory = ?
when I se
On Aug 26, 2011, at 6:32 PM, Jarrod Cugley wrote:
> I'm kind of confused because I downloaded web2py on the mac and I have
> a web2py.app file that has the folder 'Contents' inside it which then
> has inside it: Frameworks, MacOS, Resources.
>
> I've been treating Resources as my top-level folder
I'm kind of confused because I downloaded web2py on the mac and I have
a web2py.app file that has the folder 'Contents' inside it which then
has inside it: Frameworks, MacOS, Resources.
I've been treating Resources as my top-level folder for web2py because
it seems to be what works, but it doesn't
Look at the source of the code you are deploying. There should be a
file:
web2py/gaehandler.py
for some reason this file did not get deployed on GAE. Perhaps you
accidentally deleted it?
massimo
On Aug 25, 11:07 pm, Jarrod Cugley wrote:
> Oh I didn't know GAE had logs too whoops.
>
> It gives
Still can't figure it out, I think I doing something wrong with GAE
but I can't figure out what it is, I've tried searching for it but
can't find any solutions.
I've got to the point where it uploads a blank app that seems to just
display 'Hello world' on the front page and nothing else (which is
Oh I didn't know GAE had logs too whoops.
It gives me the warning:
File referenced by handler not found: gaehandler.py
Any idea what that means?
On Aug 26, 1:58 pm, Massimo Di Pierro
wrote:
> Check the GAE logs on the dashboard.
>
> On Aug 25, 10:32 pm, Jarrod Cugley wrote:
>
>
>
>
>
>
>
> >
Check the GAE logs on the dashboard.
On Aug 25, 10:32 pm, Jarrod Cugley wrote:
> So I've created a basic website that works on the web2py server, so I
> wanted to test it on the GAE, these are my steps so far:
>
> 1. read:http://web2py.com/book/default/chapter/11#Google-App-Engine
> 2. copied the
22 matches
Mail list logo