Seeing this startup error on ubuntu 11.10, latest makehuman from svn:
Exception during event onStart
Traceback (most recent call last):
File "./core/events3d.py", line 195, in callEvent
method(event)
File "./core/mhmain.py", line 468, in onStart
self.startupSequence()
File "./core/mhmain.py", line 437, in startupSequence
self.loadMainGui()
File "./core/mhmain.py", line 329, in loadMainGui
self.addCategory(guifiles.FilesCategory())
File "./apps/gui/guifiles.py", line 34, in __init__
self.addTask(SaveTaskView(self))
File "./apps/gui/guisave.py", line 41, in __init__
self.fileentry = self.addTopWidget(gui.FileEntryView('Save'))
File "./lib/qtgui.py", line 860, in __init__
self.edit.setValidator(QtGui.QRegExpValidator(QtCore.QRegExp(r'[^\/:*?"<>|]*')))
TypeError: arguments did not match any overloaded call:
QRegExpValidator(QObject parent=None): argument 1 has unexpected type 'QRegExp'
QRegExpValidator(QRegExp, QObject): not enough arguments