Hi all, I have an application written using the mod_python libraries (for Session and req.util and the like). mod_python is starting to experience some serious bit rot (most recently the Session module is crashing because it (eventually) calls a deprecated bsddb, but doesn't seem to work in Python 2.7+. The recommendation seems to be "use mod_wsgi"....
.... however, mod_wsgi doesn't seem to provide replacements for the application libraries like Session and friends provided by mod_python. I don't really need the speed hook into apache, rather I just don't want to rewrite my app with a different API. Is there a recommended transition path from mod_python to ... something? Is there something about mod_wsgi I am missing? I am quite happy to leave well enough alone, but as Python and Apache move forward, my application is likely to start breaking in even more creative ways as API's and such continue to diverge.... If I do have to rewrite with new libraries, could anyone recommend a limited framework, which basically handles form data, redirects, and sessions? Can I do it with the Python standard library only? The thought of dealing with Django or whatever makes me cringe, especially whenever it goes obsolete and I am left holding a bunch of dependencies. Any ideas would be welcome. -- 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.
