I had this error opening an old archive .ora on the official release:
Traceback (most recent call last):
File "/usr/share/mypaint/gui/application.py", line 177,
at_application_start(*junk=())
else:
self.filehandler.open_file(fn)
variables: {'fn': ('local',
u'/home/jag/archivio/jags/digital-painting/illustrations-self/mypaint/stories/gatto-della-pioggia.ora'),
'self.filehandler.open_file': ('local', <bound method FileHandler.wrapper
of <gui.filehandling.FileHandler object at 0x28fe810>>)}
File "/usr/share/mypaint/gui/drawwindow.py", line 60,
wrapper(self=<gui.filehandling.FileHandler object>,
*args=(u'/home/jag/archivio/jags/digital-painting/illus...ons-self/mypaint/stories/gatto-della-pioggia.ora',),
**kwargs={})
try:
func(self, *args, **kwargs)
# gtk main loop may be called in here...
variables: {'self': ('local', <gui.filehandling.FileHandler object at
0x28fe810>), 'args': ('local',
(u'/home/jag/archivio/jags/digital-painting/illustrations-self/mypaint/stories/gatto-della-pioggia.ora',)),
'func': ('local', <function open_file at 0x26b69b0>), 'kwargs': ('local',
{})}
File "/usr/share/mypaint/gui/filehandling.py", line 243,
open_file(self=<gui.filehandling.FileHandler object>,
filename=u'/home/jag/archivio/jags/digital-painting/illus...ons-self/mypaint/stories/gatto-della-pioggia.ora')
if si:
self.doc.restore_brush_from_stroke_info(si)
variables: {'si': ('local', <lib.strokemap.StrokeShape instance at
0x32d24d0>), 'self.doc.restore_brush_from_stroke_info': ('local', <bound
method Document.restore_brush_from_stroke_info of <gui.document.Document
object at 0x26cbd50>>)}
File "/usr/share/mypaint/gui/document.py", line 382,
restore_brush_from_stroke_info(self=<gui.document.Document object>,
strokeinfo=<lib.strokemap.StrokeShape instance>)
mb.brushinfo.load_from_string(strokeinfo.brush_string)
self.app.brushmanager.select_brush(mb)
self.app.brushmodifier.restore_context_of_selected_brush()
variables: {'self.app.brushmanager.select_brush': ('local', <bound method
BrushManager.select_brush of <gui.brushmanager.BrushManager instance at
0x26e77e8>>), 'mb': ('local', <ManagedBrush None p=deevad/blending>)}
File "/usr/share/mypaint/gui/brushmanager.py", line 565,
select_brush(self=<gui.brushmanager.BrushManager instance>,
brush=<ManagedBrush u'deevad/blending' (settings not loaded yet)>)
for callback in self.selected_brush_observers:
callback(brush, brushinfo)
variables: {'callback': ('local', <bound method
BrushModifier.brush_selected_cb of <gui.brushmodifier.BrushModifier
instance at 0x2907a28>>), 'brush': ('local', <ManagedBrush
u'deevad/blending' (settings not loaded yet)>), 'brushinfo': ('local',
<lib.brush.BrushInfo instance at 0x32d25f0>)}
File "/usr/share/mypaint/gui/brushmodifier.py", line 280,
brush_selected_cb(self=<gui.brushmodifier.BrushModifier instance>,
managed_brush=<ManagedBrush u'deevad/blending' (settings not loaded yet)>,
brushinfo=<lib.brush.BrushInfo instance>)
b.set_color_hsv(color)
b.set_string_property("parent_brush_name", managed_brush.name)
variables: {'color': ('local', None), 'b.set_color_hsv': ('local', <bound
method BrushInfo.set_color_hsv of <lib.brush.BrushInfo instance at
0x26d8128>>)}
File "/usr/share/mypaint/lib/brush.py", line 406,
set_color_hsv(self=<lib.brush.BrushInfo instance>, hsv=None)
try:
h, s, v = hsv
self.set_base_value('color_h', h)
variables: {'h': (None, []), 's': ('global',
<brushlib.brushsettings.BrushSetting instance at 0x23df5a8>), 'hsv':
('local', None), 'v': (None, [])}
TypeError: 'NoneType' object is not iterable
J. Americo Gobbo [Illustrator and Painter]
Website <http://americogobbo.com.br> | Blog<http://americogobbo.blogspot.com>|
Flickr <http://flickr.com/rabisco> |
Pinterest<http://www.pinterest.com/americogobbo/>|
Twitter <http://twitter.com/rabisco> |
Facebook<http://www.facebook.com/americogobbo>
_______________________________________________
Mypaint-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-discuss