URL:
  <http://gna.org/bugs/?16085>

                 Summary: Building stalls with "IOError: brush "Charcoal" not
found"
                 Project: MyPaint
            Submitted by: gfh6v565uo
            Submitted on: torsdag 2010-05-27 den 18:05
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Source
         Planned Release: None
        Operating System: Kubuntu 9.10

    _______________________________________________________

Details:

Building from sources worked just fine until a month and a half ago, when
this error started popping up. I haven't tried installing after this.

This is what happens:

r...@vgn-fz38m:~# cd /home/jeff/mypaint
r...@vgn-fz38m:~/mypaint# git pull
http://git.gitorious.org/mypaint/mypaint.git master
>From http://git.gitorious.org/mypaint/mypaint                                
        
 * branch            master     -> FETCH_HEAD                                
        
Already up-to-date.                                                          
        
r...@vgn-fz38m:~/mypaint# scons && ./mypaint                                 
        
scons: Reading SConscript files ...                                          
        
Building for python2.6                                                       
        
swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i            
        
python generate.py                                                           
        
Checked brushsettings.hpp                                                    
        
scons: done reading SConscript files.                                        
        
scons: Building targets ...                                                  
        
scons: `.' is up to date.                                                    
        
scons: done building targets.                                                
        
confpath = /home/jeff/.mypaint/                                              
        
Traceback (most recent call last):
  File "./mypaint", line 124, in <module>
    main.main(datapath, confpath)
  File "/home/jeff/mypaint/gui/main.py", line 27, in main
    app = application.Application(datapath, options.config, args)
  File "/home/jeff/mypaint/gui/application.py", line 92, in __init__
    self.brushmanager = brushmanager.BrushManager(join(datapath, 'brushes'),
join(confpath, 'brushes'))
  File "/home/jeff/mypaint/gui/brushmanager.py", line 58, in __init__
    brushes = self.get_group_brushes(DEFAULT_BRUSH_GROUP, make_active=True)
  File "/home/jeff/mypaint/gui/brushmanager.py", line 207, in
get_group_brushes
    self.set_active_groups([group] + self.active_groups)
  File "/home/jeff/mypaint/gui/brushmanager.py", line 196, in
set_active_groups
    brush.load_preview()
  File "/home/jeff/mypaint/gui/brushmanager.py", line 320, in load_preview
    prefix = self.get_fileprefix()
  File "/home/jeff/mypaint/gui/brushmanager.py", line 277, in get_fileprefix
    raise IOError, 'brush "' + self.name + '" not found'
IOError: brush "Charcoal" not found
r...@vgn-fz38m:~/mypaint#




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?16085>

_______________________________________________
  Meddelandet skickades via/av Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to