Hi both,
I'm trying to understand why your older copies of openwith.js were not replaced by the newer openwith.js when you upgraded iviewer.
After "pip install omero-iviewer" the Last Modified date on the updated /site-packages/omero_iviewer/static/omero_iviewer/openwith.js should be set to the install time, which should be more recent than the old openwith.js in OMERO.web.
So, on omero web restart, the "collectstatic" command should copy over the more recently modified file (https://docs.djangoproject.com/en/1.8/r ... lectstatic).
Are you aware of anything that could have caused the old openwith.js to have a more recent Modified date than the latest pip installed one?
Thanks,
Will.