It's not really important, but I found this page:
https://github.com/openmicroscopy/webmobile
So I wanted to try it !
Unfortunately, if I follow the instructions, I get an error message whenever I try to access any of the web applications:
- Code: Select all
File "/srv/omero/lib/python/omeroweb/webmobile/views.py", line 4, in <module>
from omeroweb.webgateway.views import getBlitzConnection, _session_logout
ImportError: cannot import name getBlitzConnection
If I comment out this line, the usual WebClient works again but I (obviously) get an error when I try to access "webmobile"...