URL:
<http://gna.org/bugs/?21145>
Summary: NoneType errors
Project: MyPaint
Submitted by: salamanderrake
Submitted on: Tue 17 Sep 2013 12:31:12 AM GMT
Severity: 4 - Important
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: Master Branch
Planned Release: None
Operating System:
_______________________________________________________
Details:
there are several errors involving NoneType, one with install and one while
running.
Installed mypaint to /usr/local/ via
sudo scons install and got this error
---------------------------------------
...
Install file: "desktop/mypaint-ora.thumbnailer" as
"/usr/local/share/thumbnailers/mypaint-ora.thumbnailer"
Chmod("/usr/local/share/thumbnailers/mypaint-ora.thumbnailer", 0644)
Chmod("/usr/local//share/thumbnailers", 0755)
scons: done building targets.
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound
method Popen.__del__ of <subprocess.Popen object at 0x26e7090>> ignored
---------------------------------------
Selected a brush in the brush menu and got this error
---------------------------------------
WARNING: gui.gtk2compat: "import pygtkcompat" did not work, trying old
deprecated way
/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py:391: Warning:
g_object_set_property: construct property "type" for object
`MyPaintDrawWindow' can't be set after construction
Gtk.Window.__init__(self, type=type, **kwds)
(mypaint:23551): Gtk-CRITICAL **: gtk_box_reorder_child: assertion `old_link
!= NULL' failed
WARNING: gui.workspace: Empty tab group in workspace, not added
WARNING: gui.workspace: Empty tab group in workspace, not added
INFO: lib.document: load_ora:
u'/home/salamanderrake/.local/share/mypaint/scratchpads/autosave.ora'
ERROR: lib.document: Could not load any layer, document is empty.
INFO: lib.document: 0.004s load_ora total
INFO: gui.filehandling: Loaded scratchpad from
u'/home/salamanderrake/.local/share/mypaint/scratchpads/autosave.ora'
INFO: gui.application: Looking for GTK devices with pressure
INFO: gui.application: Setting GDK_MODE_SCREEN mode for 'Wacom Bamboo Connect
Pen eraser'
INFO: gui.application: Setting GDK_MODE_SCREEN mode for 'Wacom Bamboo Connect
Finger touch'
INFO: gui.application: Setting GDK_MODE_SCREEN mode for 'Wacom Bamboo Connect
Pen stylus'
Traceback (most recent call last):
File "/usr/local/share/mypaint/gui/pixbuflist.py", line 300, in
button_press_cb
self.on_select(item)
File "/usr/local/share/mypaint/gui/dialogs.py", line 295, in on_select
self.chooser.on_select(brush)
File "/usr/local/share/mypaint/gui/toolbar.py", line 470, in
on_quick_change_select
self.app.brushmanager.select_brush(brush)
File "/usr/local/share/mypaint/gui/brushmanager.py", line 678, in
select_brush
self.brush_selected(brush, brushinfo)
File "/usr/local/share/mypaint/lib/observable.py", line 175, in __call__
observer(observed, *args, **kwargs)
File "/usr/local/share/mypaint/lib/observable.py", line 288, in __call__
self._observer_method(observer, observed, *args, **kwargs)
File "/usr/local/share/mypaint/gui/brushmodifier.py", line 280, in
brush_selected_cb
b.set_color_hsv(color)
File "/usr/local/share/mypaint/lib/brush.py", line 414, in set_color_hsv
h, s, v = hsv
TypeError: 'NoneType' object is not iterable
---------------------------------------
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?21145>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs