On Oct 18, 2:58 pm, Iceberg <[email protected]> wrote:
> On Oct18, 2:26am, mattynoce <[email protected]> wrote:
>
> > hi everyone. i've been creating an app and it works fine with the
> > web2py launcher on my computer, but when i use the google app engine
> > on my computer or deploy it to gae, registration causes an error
> > (among other things).
>
> > what i haven't been able to find through searching is how to view
> > tickets through gae. when i get an error, i click to see the ticket
> > and it just takes me to a page that claims "invalid request."
>
> > this seems so simple but i can't find it anywhere. can you help?
> > thanks!
>
> > matt
>
> Me too. :-( Perhaps Massimo or anybody will look into it.
>
> I am using web2py_src.zip 1.67.2, Sep28 edition. After uploading my
> apps, some of them work fine, some don't. Issues include:
>
> 0. I can use gluon/contrib/login_methods/email_auth to authenticate
> non-gmail email address on my local pc. But can I use it to
> authenticate NON-gmail email account if my app is running on GAE?
> Currently it seems refusing every login attempt, yet without any error
> log. Is it because google forbit outgoing email attempt when sender
> has not a gmail.com domain?
I think so
> 1. The gluon/contrib/login_methods/gae_google_account.py has an
> obvious IndentationError. Get rid of the unused ChunkReader, then it
> works fine.
Shouldbe fix in trunk, please try
> 2. My app uses SQLFORM.factory(...), it can not work on GAE,
> complaining:
> File ".../gluon/sql.py", line 674, in __init__
> os.mkdir(self._folder)
> AttributeError: 'module' object has no attribute 'mkdir'
> Again, a brutal "try...except: pass" hack can be a workaround.
Fixed in trunk already
> 3. The admin does not work on GAE at the beginning, and it is simply
> because the app.yaml skips all admin files so it is not uploaded at
> all. Perhaps admin app can be uploaded by default, since it can work
> on GAE now. However, I know it is not that useful as long as the other
> app error tickets can not be stored and viewed by web2py admin (but
> can be viewed in GAE's dashboard).
because the 'databases' folder is somehow missing when you upload on
gae. It should be there.
> 4. By the way, do you folks setup my web2py-svn-base inside the
> google_appengine/web2py directory? Those .svn/* files seem not exclude
> in app.yaml so they will be uploaded too.
>
> Regards,
> Iceberg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---