- Code: Select all
exporter = client.getSession().createExporter()
yet when I try to attach an image
- Code: Select all
exporter.addImage( 4311 )
i get this error
- Code: Select all
In [25]: exporter.addImage( 4311 )
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/usr0/local/omero.server/OMERO.server-Beta-4.2.0/<ipython console> in <module>()
AttributeError: 'function' object has no attribute 'addImage'
what could be happening?