Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jen@jen-Aspire-5552:~$ mypaint
- builtin python 2.6 json support
- confpath = /home/jen/.mypaint/
- Traceback (most recent call last):
- File "/usr/bin/mypaint", line 130, in <module>
- main.main(datapath, confpath)
- File "/usr/share/mypaint/gui/main.py", line 61, in main
- run()
- File "/usr/share/mypaint/gui/main.py", line 40, in run
- app = application.Application(datapath, confpath, args)
- File "/usr/share/mypaint/gui/application.py", line 94, in __init__
- self.brushmanager = brushmanager.BrushManager(join(datapath, 'brushes'), join(confpath, 'brushes'), self)
- File "/usr/share/mypaint/gui/brushmanager.py", line 92, in __init__
- brush = self.get_group_brushes(DEFAULT_STARTUP_GROUP)[0]
- IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement