On Wed, 24 Jun 2015 23:23:36 +0200 Jonas Hauquier 
<[email protected]> wrote:
> Makehuman depends on python-qt4 (which is the riverbank pyqt4 library).
> PyQt depends on python-sip.
> But if this dependency is not met, it appears to me that this would be a
> bug in the python-qt4 package, which should depend on python-sip.

Possibly.

Installing python-sip doesn't fix things, though:

Traceback (most recent call last):
  File "makehuman.py", line 426, in <module>
    main()
  File "makehuman.py", line 418, in main
    application.run()
  File "./core/mhmain.py", line 1576, in run
    self.start()
  File "./lib/qtui.py", line 663, in start
    self.OnInit()
  File "./core/mhmain.py", line 1558, in OnInit
    self.setTheme("default")
  File "./core/mhmain.py", line 919, in setTheme
    self.log_window.updateView()
  File "./lib/qtui.py", line 618, in updateView
    self.setItemColor(i, log.getLevelColor(ilevel))
  File "./lib/qtgui.py", line 782, in setItemColor
    self.item(row).setForeground(self.getBrush(color))
  File "./lib/qtgui.py", line 746, in getBrush
    cls._brushes[color] = QtGui.QBrush(QtGui.QColor(color))
TypeError: arguments did not match any overloaded call:
  QColor(Qt.GlobalColor): argument 1 has unexpected type 'NoneType'
  QColor(int): too many arguments
  QColor(QVariant): argument 1 has unexpected type 'NoneType'
  QColor(): argument 1 has unexpected type 'NoneType'
  QColor(int, int, int, int alpha=255): argument 1 has unexpected type 
'NoneType'

Clearly something is terribly broken.

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to