On Oct19, 4:39am, mdipierro <[email protected]> wrote:
> On Oct 18, 2:58 pm, Iceberg <[email protected]> wrote:
>
> > 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

Mmm, even pop3 is not supported on GAE. It seems I have to develop
another webmail_auth.py to suit my email provider's webmail.


> > 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
>

Somehow "svn update" doesn't work at all. Perhaps my working copy is
corrupted. I'll rebuild entire running copy. :-/

>
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to