Open JohnStratford opened 5 days ago
I'm also having this issue
It seems that a line of code has been modified creating this error. We will do a release soon with the fix, for the moment replace the line:
self.align_tool_widget = QtAlignmentToolWidget(self.project, parent=self)
with the following line:
self.align_tool_widget = QtAlignmentToolWidget(self.taglab_dir, self.project, parent=self)
Let me know if all is ok.
Thanks and sorry for the inconvenience.
Hi all,
I'd like to align two maps (TIFs) that I have loaded within a project. When I click Project > Alignment Tool, TagLab freezes for a few seconds and then closes. The following error is returned in the prompt:
Do you know why this could be happening? And do you know of any solutions?
I have completed the latest update (29/10/24) and every other TagLab feature that I have tried so far has worked. I'm using Python v3.11.10. I've included all installed packages and versions below, in case helpful.
Many thanks, John