cannot get objects in python script with OME 5
Posted: Wed Jul 24, 2013 7:02 am
Hi
I just upgraded the server/client to 5.0.0 and one of my scripts is not working anymore when called from the insight client or through the web interface.
Calls like
returns nothing.
Previously that was the way for me to get access to images.
Is there a way I could check that everything is working correctly, that I have the correct permissions for accessing the images?
Thanks for the help
I just upgraded the server/client to 5.0.0 and one of my scripts is not working anymore when called from the insight client or through the web interface.
Calls like
- Code: Select all
import omero.util.script_utils as scriptUtil
scriptUtil.getObjects(conn, parameterMap)
returns nothing.
Previously that was the way for me to get access to images.
Is there a way I could check that everything is working correctly, that I have the correct permissions for accessing the images?
Thanks for the help