peircej / jbrout

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

Python exception thrown when I double click on images #208

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Run jbrout on my pictures album

Double click on any image.

Pop-up appears with exception:-

         Traceback (most recent call last):
            File "/usr/lib/jbrout/jbrout.py", line 1826, in
     on_selecteur_mouseClick
             self.call_winshow(self.tbl.items,
         self.tbl.items.index(self.tbl.getSelected()[-1]),
     self.tbl.getSelected())
            File "/usr/lib/jbrout/jbrout.py", line 1976, in call_winshow
             w=WinShow(l,i,isInfo,isModify, selected)
            File "/usr/lib/jbrout/libs/gladeapp.py", line 125, in __init__
             obj(*(args),**(dargs))
            File "/usr/lib/jbrout/jbrout/winshow.py", line 91, in init
             self.taglist = TagList(self.on_remove_tag)
            File "/usr/lib/jbrout/jbrout/winshow.py", line 29, in __init__
             self.__tags= dict(JBrout.tags.getAllTags())
            File "/usr/lib/jbrout/jbrout/db.py", line 1014, in getAllTags
             l.sort(cmp= lambda x,y: cmp(x[0].lower(),y[0].lower()))
            File "/usr/lib/jbrout/jbrout/db.py", line 1014, in <lambda>
             l.sort(cmp= lambda x,y: cmp(x[0].lower(),y[0].lower()))
          AttributeError: 'NoneType' object has no attribute 'lower'

I have attached two of my images which do this

Original issue reported on code.google.com by cljab...@gmail.com on 15 Oct 2012 at 9:35

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by r...@wallace.gen.nz on 15 Oct 2012 at 7:11

GoogleCodeExporter commented 8 years ago
Issue 199 has been merged into this issue.

Original comment by r...@wallace.gen.nz on 15 Oct 2012 at 7:40

GoogleCodeExporter commented 8 years ago
Issue 188 has been merged into this issue.

Original comment by matej.c...@gmail.com on 12 Sep 2013 at 8:53

GoogleCodeExporter commented 8 years ago
For new occurrence of this issue see 
https://groups.google.com/forum/#!topic/jbrout/Vb9xth1l1Dc

Original comment by matej.c...@gmail.com on 12 Sep 2013 at 8:55

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Working on the solution for this at 
https://gitorious.org/jbrout/jbrout/source/NoneGetAllTags-208

Original comment by matej.c...@gmail.com on 22 Sep 2013 at 6:30