Using fenics in the backend of a web app

Hi all,

Recently I have been trying to use some of the code that I developed using Fenics to feed a python web application. However, over the last weeks, my attempts of making this work were unsuccessful… I believe that there are some conflicts between the shared libraries of mod_wsgi and Fenics that prevent both of them to work together, but I definitely not sure about that (and also not sure of how I should solve that).

I would appreciate any advice on configuring a python web app to properly work with Fenics.

Thanks in advance!