On Sat, Jun 27, 2015 at 4:14 PM, Wouter Verhelst <w...@uter.be> wrote:

> Installing python-sip doesn't fix things, though:
>
>
It appears the original error message is gone, so I'd say it does fix
something.
The other bug is something that recently came to our attention, I think
it's because a different version of the pyQt API that does not accept none
args for defaults.

It's fixed upstream in the stable branch (
http://bugtracker.makehuman.org/issues/918), but not in the debian package
yet. I'll make a 1.0.3 patch release tag next week and request update of
the debian package.

In any case the SIP issue is different from the log color issue, and would
merit separate bug reports.
As I understand, installing python-sip fixes the bug. I think it's possible
to create a very small minimal example of the crash:
a py file with: from PyQt4 import QtCore, QtGui
If this produces the aforementioned sip dependency error, then this bug
should be reported on the python-qt4 pakage.
If this snippet does not produce the error, but this snippet does:
from PyQt4 import QtOpenGL
then this bug exists only for the python-qt4-gl package and should be
reported accordingly.

Reply via email to