Advertisement
Guest User

Untitled

a guest
Sep 29th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. jen@jen-Aspire-5552:~$ mypaint
  2. builtin python 2.6 json support
  3. confpath = /home/jen/.mypaint/
  4. Traceback (most recent call last):
  5. File "/usr/bin/mypaint", line 130, in <module>
  6. main.main(datapath, confpath)
  7. File "/usr/share/mypaint/gui/main.py", line 61, in main
  8. run()
  9. File "/usr/share/mypaint/gui/main.py", line 40, in run
  10. app = application.Application(datapath, confpath, args)
  11. File "/usr/share/mypaint/gui/application.py", line 94, in __init__
  12. self.brushmanager = brushmanager.BrushManager(join(datapath, 'brushes'), join(confpath, 'brushes'), self)
  13. File "/usr/share/mypaint/gui/brushmanager.py", line 92, in __init__
  14. brush = self.get_group_brushes(DEFAULT_STARTUP_GROUP)[0]
  15. IndexError: list index out of range
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement