Task #5324 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: Channels Offset script
| Reported by: | jburel | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Traceback (most recent call last):
File "./script", line 258, in <module>
runAsScript()
File "./script", line 244, in runAsScript
newImgIds = processImages(conn, scriptParams)
File "./script", line 155, in processImages
newImg = newImageWithChannelOffsets(conn, iId, channel_offsets, newDatasetName)
File "./script", line 58, in newImageWithChannelOffsets
oldImage = conn.getObject("Image", imageId)
AttributeError: '_BlitzGateway' object has no attribute 'getObject'
Change History (1)
comment:1 Changed 8 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Seems that this is due to old PYTHONPATH. Can be checked like this: