On 15 February 2011 00:05, strattonbrazil <[email protected]> wrote: > I modified the web.py library to write to an absolute path in /tmp instead, > and still didn't see any file being created, so I feel like something is > failing before that like a concurrency issue. Are there any openid > libraries I could use in the mean time that have worked well with mod_wsgi > in the past?
Since web.py is somewhat dated, you may be better off using a more modern framework such as Flask. For Flask there is available Flask-OpenID. See: http://packages.python.org/Flask-OpenID/ Otherwise you should hassle web.py maintainers. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
