Hello all.

I'm still trying to use this lazy option widget:
http://dev.s-cubism.com/plugin_lazy_options_widget

Also in a new application, when I load the db page or the index page I have 
this error:
<type 'exceptions.TypeError'> unsupported type for timedelta seconds 
component: NoneType

1278.
1279.
1280.

1281.
1282.


        # if we have auth info
        #    if not expired it, used it
        #    if expired, clear the session
        # else, only clear auth info in the session
        if auth:
            delta = datetime.timedelta(days=0, seconds=auth.expiration)

I don't understand why, and when I cancel all the plugins and all codes in 
db.py and the controler, the problem still the same, also if I restart 
Apache.

Someone knows why ?

Thanks, regards.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to