Guest User

Untitled

a guest
Oct 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. (dev)g7@sidb0x:~/cream/cream/src/modules/simple-panel/src$ python simple-panel.py
  2. Traceback (most recent call last):
  3. File "simple-panel.py", line 448, in <module>
  4. panel = Panel()
  5. File "simple-panel.py", line 219, in __init__
  6. applets = sorted(self.applets.by_id.itervalues(),key=itemgetter('name'))
  7. AttributeError: 'ManifestDB' object has no attribute 'by_id'
  8. (dev)g7@sidb0x:~/cream/cream/src/modules/simple-panel/src$
Add Comment
Please, Sign In to add comment