Hello, I posted my problem as an issue on github page, sorry if that was innapropriate. I have a server running a django project for my office. I'm using apache and I have compiled mod_wsgi for python3, since my django project is being developed in python3.
I would really love to be able to add mayan-edms as our document management system, but I can't serve it with apache, so, would you have any advise for that? I have tried mayan-edms.py runfcgi, and it works, but after some time of use (some minues) it crashes with erros such as: /usr/lib/python2.7/site-packages/django/forms/fields.py:807: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if value == k or text_value == force_text(k): ERROR:ocr.parsers:/usr/bin/pdftotext: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/libpoppler.so.46) ##### 140396441132000 c_void_p(140396441132000) ##### 140396441132000 c_void_p(140396441132000) /usr/lib/python2.7/site-packages/flup/server/fcgi_base.py:1120: DeprecationWarning: Creating streaming responses with `HttpResponse` is deprecated. Use `StreamingHttpResponse` instead if you need the streaming behavior. for data in result: WARNING:py.warnings:/usr/lib/python2.7/site-packages/flup/server/fcgi_base.py:1120: DeprecationWarning: Creating streaming responses with `HttpResponse` is deprecated. Use `StreamingHttpResponse` instead if you need the streaming behavior. for data in result: Violación de segmento (`core' generado) Any ideas for solving this error o trying another approach? thanks in advance, Héctor. -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
