Page 1 of 1

help installing omero figure

PostPosted: Thu May 10, 2018 10:59 am
by borja8
Im trying to install OMERO.figure in a recently installed instance of OMERO.server and OMERO.web (Ubuntu 16.04). Im following steps in website "Intalling from PyPI".
When trying this step "$ bin/omero config append omero.web.apps '"omero_figure"' # NB: double quotes" i get the error:
Cannot retrieve default value for property omero.web.apps: No module named django.utils.http

Probaly is a dependency, but how can i fix it?

Thanks

Re: help installing omero figure

PostPosted: Thu May 10, 2018 11:04 am
by kennethgillen
Hi borja8,

Can you paste a link to the install instructions you've followed?

Is OMERO.web installed into a Python virtualenv? If so, the prerequisites would be installed into the same Python virtualenv which OMERO.web is started from.

Thanks,

Kenny

Re: help installing omero figure

PostPosted: Thu May 10, 2018 11:07 am
by borja8
kennethgillen wrote:Hi borja8,

Can you paste a link to the install instructions you've followed?

Is OMERO.web installed into a Python virtualenv? If so, the prerequisites would be installed into the same Python virtualenv which OMERO.web is started from.

Thanks,

Kenny


This is the link:
http://figure.openmicroscopy.org/#install

And yes, is installed in a virtualenv so probably its the problem, checking now...

EDIT: Yes, its working now!

Thanks