brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

error on adding tags #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. select several files
2. add some tag

What is the expected output? What do you see instead?
Traceback (most recent call last):
   File "./jbrout.py", line 175, in on_key_press_for_tag
    self.parentWin.setTagsOnSelected(self,[tag,])
   File "./jbrout.py", line 1990, in setTagsOnSelected
    XMPUpdater(ln).UpdateXmp()
   File "/home/kefiiir/soft/jbrout/jbrout/tools.py", line 710, in __init__
    self.synchronizeXmp=db.JBrout.conf["synchronizeXmp"]
 AttributeError: 'module' object has no attribute 'JBrout'

What version of the product are you using? On what operating system?
Revision: 253
Gentoo Linux

Original issue reported on code.google.com by Oleg.Bla...@gmail.com on 22 Jul 2009 at 2:59

GoogleCodeExporter commented 8 years ago
corrected in r254

Original comment by manat...@gmail.com on 22 Jul 2009 at 4:27