Re: [Rdkit-discuss] Struggling with apache + rdkit + django
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Téletchéa S. <ste...@un...> - 2016-06-21 18:46:36
|
Le 21/06/2016 20:18, TJ O'Donnell a écrit : > I would suggest setting PYTHONPATH in > config or ini files for > Apache or Django or uwsgi > Not sure which is required. Dear all, This is already indicated using a WSGIprocessGroup : WSGIDaemonProcess manageLibrary python-path=/path/to/project/projets/manageLibrary:/path/to/project/projets/manageLibrary/tools/django1.8/lib/python2.7/site-packages:/path/to/project/projets/manageLibrary/tools/rdkit/lib:/path/to/project/projets/manageLibrary/tools/rdkit/lib/python2.7/site-packages display-name=manageLibrary WSGIProcessGroup manageLibrary WSGIScriptAlias /tools/manageLibrary '/path/to/project/projets/manageLibrary/manageLibrary/wsgi.py' See more in detail here: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04 I have also checked permisisons and files with no luck (and no output in logs ...). I may start from scratch with a simple django project to find if is already works there ... Many Thanks, if you have any direction I'll be happy to test, Stéphane -- Assistant Professor in BioInformatics, UFIP, UMR 6286 CNRS, Team Protein Design In Silico UFR Sciences et Techniques, 2, rue de la Houssinière, Bât. 25, 44322 Nantes cedex 03, France Tél : +33 251 125 636 / Fax : +33 251 125 632 http://www.ufip.univ-nantes.fr/ - http://www.steletch.org |