Action list content. And this does nothing regardles of the images/directories given when executing.
{'actions': [{'fields': {'Tag (Exif, Iptc)': 'Exif_Image_Copyright',
'Value': u'Tanja N\xe4\xe4t\xe4nen, tanja.naatanen at keijukammari.fi',
'__enabled__': 'yes'},
'label': 'Write Tag'},
{'fields': {'Tag (Exif, Iptc)': u'Exif_Image_Artist',
'Value': u'Tanja N\xe4\xe4t\xe4nen',
'__enabled__': 'yes'},
'label': 'Write Tag'},
{'fields': {'File Name': u'<filename>_tagged.<type>',
'In': u'<folder>',
'__enabled__': 'yes'},
'label': 'Save Tags'}],
'description': '',
'version': '0.2.1'}
And here is the traceback that it produces!
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/phatch/pyWx/gui.py", line 690, in on_menu_tools_execute
self._execute(actionlist)
File "/usr/lib/python2.6/dist-packages/phatch/pyWx/gui.py", line 289, in _execute
update=self._send_update_event, **keyw)
File "/usr/lib/python2.6/dist-packages/phatch/core/api.py", line 681, in apply_actions_to_photos
image_infos = verify_images(image_infos, settings['repeat'])
File "/usr/lib/python2.6/dist-packages/phatch/core/api.py", line 437, in verify_images
ok_label = _('C&ontinue'), buttons=True)
File "/usr/lib/python2.6/dist-packages/phatch/lib/events.py", line 30, in __call__
return Publisher().sendMessage(self.topic,data)
File "/usr/lib/python2.6/dist-packages/phatch/other/pubsub.py", line 798, in sendMessage
self.__topicTree.sendMessage(aTopic, message, onTopicNeverCreated)
File "/usr/lib/python2.6/dist-packages/phatch/other/pubsub.py", line 485, in sendMessage
deliveryCount += node.sendMessage(message)
File "/usr/lib/python2.6/dist-packages/phatch/other/pubsub.py", line 323, in sendMessage
listener(message)
File "/usr/lib/python2.6/dist-packages/phatch/lib/events.py", line 48, in __call__
return self.method(*args, **keyw)
File "/usr/lib/python2.6/dist-packages/phatch/pyWx/gui.py", line 173, in show_image_tree
self, size=(600, dialogs.get_max_height(300)))
File "/usr/lib/python2.6/dist-packages/phatch/pyWx/dialogs.py", line 598, in __init__
super(ImageTreeDialog, self).__init__(*args, **keyw)
File "/usr/lib/python2.6/dist-packages/phatch/pyWx/wxGlade/dialogs.py", line 71, in __init__
self.browser = FolderFileBrowser(self.panel, -1, data, Data, headers)
File "/usr/lib/python2.6/dist-packages/phatch/lib/pyWx/folderFileBrowser.py", line 138, in __init__
self.SetData(data, Data, headers)
File "/usr/lib/python2.6/dist-packages/phatch/lib/pyWx/folderFileBrowser.py", line 163, in SetData
self.tree.ExpandAll()
AttributeError: 'TreeCtrl' object has no attribute 'ExpandAll'




















